Last modified 6 weeks ago
TracNav
- Vendors [[VendorsList]]
- Development
- Hardware
Bookeen Cybook Gen3 (new)
- Opus sources (GPL source code 2.0 Version : 2.0) : http://bookeen.fr/uploads/files/cybook-src-2.0-20090730.tar.bz2.tar
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)

