Free/libre software for Kobo ebook readers
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Cosmin Gorgovan 5d56222fe7 Add kobo_hwconfig build files to .gitignore 8 years ago
files Add fstab file. Also mount the data partition on the external SD 8 years ago
src Add libre implementation of kobo_config.sh / hwconfig parser 8 years ago
.gitignore Add kobo_hwconfig build files to .gitignore 8 years ago
.gitmodules Build u-boot 8 years ago
README.md Add some basic information to the README. 8 years ago
build.sh Add libre implementation of kobo_config.sh / hwconfig parser 8 years ago
build_rootfs.sh Add libre implementation of kobo_config.sh / hwconfig parser 8 years ago
fetch.sh Rename fetch_sources to fetch 8 years ago

README.md

okreader

Free/libre firmware for Kobo ebook readers. No proprietary software (except firmware for the WiFi adapter), no spyware and no DRM. Based on koreader and Debian.

Supported hardware

Tested on:

  • Kobo Touch
  • Kobo Aura

okreader is also expected to work on Kobo Glo out of the box.

There seem to be multiple hardware revisions with different WiFi adapters. The firmware-okreader package only provides the required firmware for the adapters in the devices I've tested.

Usage

Note: The build system is intended to run on Debian or Ubuntu, on ARM. Cross-building should also be possible with little effort, but it's not implemented. If you don't have access to an ARM system, you could try using QEMU.

Fetch all resources:

git clone https://github.com/lgeek/okreader.git
cd okreader
git submodule init
git submodule update
./fetch.sh all

Build all packages:

./build.sh all

...or, alternatively, one at a time:

./build.sh linux-image
./build.sh linux-modules
./build.sh firmware-okreader
./build.sh koreader

Prepare a Debian rootfs:

./build_rootfs.sh

Installation on the device

To be documented...