Difference between revisions of "Zaurus"

From Openembedded.org
Jump to: navigation, search
(zaurus-installer)
(Remove from FAQ section)
 
(23 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Some technical information about the Zaurus machines from http://linuxtogo.org/gowiki/LinuxDevices
+
'''Technical information from [http://linuxtogo.org/gowiki/LinuxDevices LinuxDevices]'''
  
* [http://linuxtogo.org/gowiki/ZaurusCollie collie]
+
* [http://www.linuxtogo.org/gowiki/ZaurusCollie collie]
* [http://linuxtogo.org/gowiki/ZaurusPoodle poodle]
+
* [http://www.linuxtogo.org/gowiki/ZaurusPoodle poodle]
* [http://linuxtogo.org/gowiki/ZaurusC7x0 c7x0] (corgi, shepherd, husky, boxer)
+
* [http://www.linuxtogo.org/gowiki/ZaurusC7x0 c7x0] (corgi, shepherd, husky, boxer)
* [http://linuxtogo.org/gowiki/ZaurusAkita akita]
+
* [http://www.linuxtogo.org/gowiki/ZaurusAkita akita]
* [http://linuxtogo.org/gowiki/ZaurusSpitz spitz] (borzoi, terrier)
+
* [http://www.linuxtogo.org/gowiki/ZaurusSpitz spitz] (borzoi, terrier)
* [http://linuxtogo.org/gowiki/ZaurusTosa tosa]
+
* [http://www.linuxtogo.org/gowiki/ZaurusTosa tosa]
  
= zaurus-installer =
+
'''kexecboot'''
  
For the Zaurus a special kernel+initramfs has been developed.
+
For the Zaurus a [http://kexecboot.org special kernel+initramfs] has been developed.
This special-purpose kernel is small enough to be flashed on NAND and features a frambefuffer graphical menu for the selection of the boot media containing the kernel which will be kexec'ed.
+
This special-purpose kernel is small enough to be flashed on NAND and features a framebuffer graphical menu for the selection of boot media containing the kernel to be kexec'ed in the second phase.
  
Multipartitioned cards and lot of filesystems supported.
+
Multi-partition cards and lots of filesystems are supported.
The kernels to be launched are searched in /boot of each available partition as default, but there is a configuration file /boot/boot.cfg allowing to select other kernels, pass a custom cmdline and specify the label and the icon for each.
+
The kernels to be launched are searched for in /boot of each available partition.
 +
There is a also a configuration file (/boot/boot.cfg) which allows selection of other kernels, custom kernel command lines, and specifies the label and the icon for each instance.
  
How to install:
+
'''How to install:'''
  
Just unpack zaurus-installer-YOURMACHINE.tar.gz on a free partition: the package contains the kexecboot-kernel and the updater.sh utility. Then proceed as usual for flashing (switch off, pull battery out, insert battery again, before inserting AC plug press OK+Power On, in the Japanese Menu select 4 and finally 3 for SD card or 4 for CF).
+
Just unpack zaurus-installer-YOURMACHINE.tar.gz on a free (FAT or EXT2/3 formatted) partition: the package contains the kexecboot-kernel and the updater.sh utility. Then proceed as usual for flashing (switch off, pull battery out, insert battery again, before inserting AC plug press OK+Power On. In the Japanese Menu select 4 and finally 3 for SD card or 4 for CF).
[http://downloads.conics.net/pda/zaurus-sl-c700/service-menus/maint-menu.jpg Screenshot]
 
  
For SL-5500 (collie) and optionally for other Zaurus too, flashing is possible just using the routines of the original firmware:  
+
For the SL-5500 (collie) and optionally for other Zaurus too, flashing is possible just using the routines of the original firmware:  
reset the unit, Press C, and D button during restart.
+
reset the unit, Press C and D button during restart.
  
See: [http://linuxtogo.org/gowiki/CollieInstall Flashing-collie]
+
'''NOTE:'''
 +
To fully clean your mtd partitions use 'flash_eraseall -j dev/mtd2'  and 'flash_eraseall -j /dev/mtd3'.
 +
If you want a rootfs in nand, this must be in the .jffs2 format. Just rename your-image-rootfs.jffs2 to 'initrd.bin' and copy it on the card with updater.sh: the image will be flashed on /dev/mtd2.
 +
You can even have a second image in nand: updater.sh will search for a 'home.bin' file to be flashed on mtd3. 
  
 
[[Category:Machine]]
 
[[Category:Machine]]
 +
[[Category:User]]

Latest revision as of 17:02, 3 November 2012

Technical information from LinuxDevices

kexecboot

For the Zaurus a special kernel+initramfs has been developed. This special-purpose kernel is small enough to be flashed on NAND and features a framebuffer graphical menu for the selection of boot media containing the kernel to be kexec'ed in the second phase.

Multi-partition cards and lots of filesystems are supported. The kernels to be launched are searched for in /boot of each available partition. There is a also a configuration file (/boot/boot.cfg) which allows selection of other kernels, custom kernel command lines, and specifies the label and the icon for each instance.

How to install:

Just unpack zaurus-installer-YOURMACHINE.tar.gz on a free (FAT or EXT2/3 formatted) partition: the package contains the kexecboot-kernel and the updater.sh utility. Then proceed as usual for flashing (switch off, pull battery out, insert battery again, before inserting AC plug press OK+Power On. In the Japanese Menu select 4 and finally 3 for SD card or 4 for CF).

For the SL-5500 (collie) and optionally for other Zaurus too, flashing is possible just using the routines of the original firmware: reset the unit, Press C and D button during restart.

NOTE: To fully clean your mtd partitions use 'flash_eraseall -j dev/mtd2' and 'flash_eraseall -j /dev/mtd3'. If you want a rootfs in nand, this must be in the .jffs2 format. Just rename your-image-rootfs.jffs2 to 'initrd.bin' and copy it on the card with updater.sh: the image will be flashed on /dev/mtd2. You can even have a second image in nand: updater.sh will search for a 'home.bin' file to be flashed on mtd3.