Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for non Kindle devices #15

Open
Invictaz opened this issue Mar 28, 2021 · 2 comments
Open

Add support for non Kindle devices #15

Invictaz opened this issue Mar 28, 2021 · 2 comments

Comments

@Invictaz
Copy link

Is it possible to add support for other Linux based e-readers such as Pocketbook 903 and 912?
They run Linux

https://wiki.mobileread.com/wiki/PocketBook_Pro_912

@pascalw
Copy link
Owner

pascalw commented Mar 29, 2021

In theory most of the code will run on any Linux system. However there are currently a couple dependencies on the Kindle specifically:

It's not too difficult to extract these device specific parts into some sort of an abstraction layer, but as I don't have any other devices I'm personally not interested in picking this up. Contributions are welcome however, so if you/anyone would like to contribute this I'd be happy to accept it.

@Invictaz
Copy link
Author

Invictaz commented Mar 29, 2021

If I would know if it's ARM v6 or v7 that would be a start. I think it's this SoC which is ARM9.

S3C2443XL-40.pdf

There are Pocketbook specific program's you might want to use as direction:
https://github.com/koreader/koreader/blob/master/platform/pocketbook/koreader.app

There is also a Kindle version so you might be able to cook up something?

https://github.com/koreader/koreader/blob/master/platform/kindle/koreader.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants