wiki:Vendor/Bookeen/EB600/Sources

Bookeen Cybook Gen3 (new)

Cybook Source version 2.0

Includes:

  • Sources:
    • u-boot
    • kernel
    • busybox
    • rootfs
    • applications (seems to be empty)
  • Crosstools:
    • crosstools-arm-linux-2.95.3
    • crosstools-arm-linux-3.4.5)
  • Tools scripts

Short instructions:
$ less ./README

Cybook Source version 2.0
-------------------------

To use this Cybook Sources you must start by source the bin/cybsdk file

ie : 

source bin/cybsdk


then you can use all of the all made tools script :

mkuboot.sh:   build the u-boot
mkkernel.sh:  build the kernel (add -m to install modules into the rootfs)
mkbusybox.sh: build busybox and install into the rootfs
mkrootfs.sh:  build the rootfs
mkappfs.sh:   build the appfs

Or you can use the makeall.sh that will do everything for you

But BE CAREFULL you NEED to adapt the cybsrc file to conform your use (see
inside the file for more informations)