[DO NOT MERGE YET] README: Booting from the external microSD card #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Howdy.
I have recently acquired a Kobo Aura which does not have an internal microSD card, but instead a embedded BGA chip for storage.
After scouring the internet looking for documentation on how to boot from the external microSD I was able to get okreader running from it without any apparent issues.
This PR documents the most important steps I took in order to accomplish this and I would like some feedback on a few issues.
For instance, I do not know if the process through which one acquires a shell should be detailed in the README as most of the documentation and tools I came across didn't seem particularly trustworthy.
Is there a way to access a terminal emulator on Nikel? What is the recommended way to get an SSH or Telnet daemon on Nikel?
Additionally I came across some difficulties when booting from a formatted rootfs.
It seems likely that my
mkfs.ext4
was including some options the ereader didn't like, or maybe I was doing something wrong, so for my installation I opted to purge all files from it instead of formatting. I believe this would affect anyone doing an internal microSD install as well.Also, I have previously documented the cloning of the internal memory with
netcat
via telnet, but I believe its faster to do it directly.Is anyone willing to try this out?
Thanks for your time and for maintaining okreader.