Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Tested on jailbroken Kindle Paperwhite 4 (2018). It probably works on other devi

1. Download and extract [the latest release](https://github.com/b-/filebrowser.koplugin/releases/latest) for your platform, and copy it to the `plugins/filebrowser.koplugin` directory of your KOReader installation.

* If you're unsure about your device's CPU architecture, please refer to [this file](device_query.md) to identify it and select the appropriate bundle.
* If your device is not listed under the Easy Installation section, refer to the Custom Installation section instead.

## Custom Installation (add your own `filebrowser` binary)

1. Copy this repository (at least *_meta.lua* and *main.lua*) into the *plugins/filebrowser.koplugin* directory of your KOReader installation.
Expand Down
47 changes: 47 additions & 0 deletions device_query.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
### Kindle (Amazon)

| Device Model | CPU Architecture |
|-----------------------------|--------------------|
| Kindle 4 / 5 | ARMv5 / ARMv6 |
| Kindle Paperwhite 1 (2012) | ARMv7 |
| Kindle Paperwhite 2 (2013) | ARMv7 |
| Kindle Paperwhite 3 (2015) | ARMv7 |
| Kindle Paperwhite 4 (2018) | ARMv7 |
| Kindle Paperwhite 5 (2021) | ARM64 (aarch64) |
| Kindle Oasis 2 | ARMv7 |
| Kindle Oasis 3 | ARM64 (aarch64) |
| Kindle Basic 10th Gen | ARMv7 |

### Kobo (Rakuten)

| Device Model | CPU Architecture |
|-----------------------------|--------------------|
| Kobo Aura | ARMv7 |
| Kobo Glo / Glo HD | ARMv7 |
| Kobo Clara HD | ARMv7 |
| Kobo Libra H2O | ARMv7 |
| Kobo Forma | ARMv7 |
| Kobo Clara 2E | ARM64 (aarch64) |
| Kobo Libra 2 | ARM64 (aarch64) |

### Onyx Boox

| Device Model | CPU Architecture |
|-----------------------------|--------------------|
| Boox Nova Series | ARM64 (aarch64) |
| Boox Note Series | ARM64 (aarch64) |
| Boox Leaf | ARM64 (aarch64) |
| Boox Page | ARM64 (aarch64) |

### PocketBook

| Device Model | CPU Architecture |
|-----------------------------|--------------------|
| PocketBook Touch Lux | ARMv7 |
| PocketBook InkPad | ARMv7 / ARM64 |

### Cervantes (bq)

| Device Model | CPU Architecture |
|-----------------------------|--------------------|
| Cervantes 3 | ARMv7 |