U-Boot
From OESF
U-Boot is an operating system boot loader developed as part of the pdaXrom project. It is a prerequisite for installing pdaXrom version 1.1.0beta4 or higher.
Contents |
Installation procedure
Download U-Boot
- Obtain the version of U-Boot for your target platform and pdaXrom version from the pdaXrom downloads page.
- Format CF or MMC/SD card in FAT (FAT16) format.
- Unzip U-Boot archive to CF or MMC/SD card. You will produce the files: emergenc.img, u-boot.bin, updater.pro, updater.sh
Then install U-Boot by one of the following three methods:
Fresh installation on Zaurus with standard Sharp boot loader:
- Insert CF or MMC/SD card.
- Press and hold OK during reboot to activate the Maintenance Menu (in Japanese).
- Click 4th menu button to flash ROM.
- Press and hold OK and reboot again — U-Boot emergency system will boot up.
Install with low level updater (fresh or upgrade):
- Insert CF or MMC/SD card.
- Remove battery and AC power.
- Press and hold C and D buttons, and insert battery — green lamp will flash for about 20 seconds and then turn off.
- Remove battery.
- Press and hold OK and reboot again — U-Boot emergency system will boot up.
Reinstall from previously installed U-Boot emergency system:
NOTE: Will not work with first release of U-Boot for models C1000/3x00.
- Press and hold OK, and reboot to enter U-Boot emergency system.
- Insert CF or MMC/SD card.
- At the bash command prompt, change directories to the CF or MMC/SD card where the U-Boot files are stored:
- # cd /mnt/cf (for CF card)
- or
- # cd /mnt/card (for MMC/SD card)
- Flash new U-Boot:
- # nandlogical /dev/mtd1 WRITE 0x0 0x20000 u-boot.bin
- Flash new emergency image:
- # nandlogical /dev/mtd1 WRITE 0x60000 0x540000 emergenc.img
- Press and hold OK and reboot again — new U-Boot emergency system will boot up.
Install pdaXrom ROM
After U-Boot is installed successfully, you may want to proceed to flash the desired pdaXrom version. See Installing pdaXrom from 1.1.0beta4.
Reference
- pdaXrom (July 28, 2006). U-BOOT/Emergency system installation and upgrade. Retrieved Sept. 21, 2007.

