~~NOCACHE~~ ======Pre built kernels and distributions====== Here is a table of available released kernels. Don't forget to download both the kernel __and__ the relevant modules. @include getenv(DOKU_PHP_LIB).'taglist.php'; list_log(); ======Bootloaders====== [[http://www.mnementh.co.uk/eseries/drop/files/bootloaders|Bootloaders]] are available for e330, e400, e740, e750, and e800. [[http://www.handhelds.org/moin/moin.cgi/HaRET|HaRET]] is an alternative bootloader you may wish to use if you have trouble. It doesn't have problems with (for example) foreign language models. ======Installation notes====== A typical installation at present will be installed onto a SD / MMC memory card and boot from there. It is not possible to remove the card during use. As the port matures, this dependancy will go away, booting instead from internal flash. You will need, at a minimum, the correct [[http://www.mnementh.co.uk/eseries/drop/files/bootloaders|bootloader]] for your PDA, a kernel image (zImage) and '[[http://www.mnementh.co.uk/eseries/drop/files/params|params]]' file. To be any use, you will also want to install a [[http://www.mnementh.co.uk/eseries/drop/files/distros/|distro]] onto your SD/MMC card, and a set of modules to accompany the kernel. You will need to partition your SD card. I have used fdisk on linux successfully. The first partition _must_ be FAT16 or the PDA will erase the card. 32MB should be ample. The second partition should be formatted as ext2 (not 3!). Windows CE will format the first partition the first time you put the card into it. Use mke2fs to format the second partition. Copy the kernel image, bootloader, and params file onto the FAT16 partition. Unpack the distro onto the second partition. Also unpack your modules into the appropriate place (/lib/modules) on the second partition. How to boot ======Booting====== To boot the PDA, copy zImage from your SD card into 'My Documents' on the PDA, then run the bootloader. If all is well, you will see the PDA boot into linux. The first boot can be *VERY* slow as the distro will unpack and configure all its packages. be patient and enjoy the pretty boot logo.