summaryrefslogtreecommitdiff
path: root/README.md
blob: 43b54682e3ccc12e6e258c5fa03925809512d176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# freeonebook

In order to compile this, you will need an ARM cross compiler (unless you are
building natively on ARM, in which case skip this step). On Debian, this is
easy with:

    $ sudo apt install gcc-arm-linux-gnueabihf

To compile, simply run `make`.

    $ make

Then copy freeonebook to `.a001` on your SD card:

    $ cp freeonebook /path/to/sd/.a001

Insert your SD card into your eOneBook and open it up. The program will run
automatically.