Using a serial communications tool, such as minicom, establish a serial connection to the iPAQ using the following settings:
Restart the iPAQ, and quickly press the Spacebar.
You should see a boot prompt in your communications tool.
If you need to upload a new kernel, enter 'load kernel' and use XModem to send ~/kernel/arch/arm/boot/zImage to the iPAQ.
For each of the filesystems you need to upload, enter the load command for the following filesystem and use XModem to send the filesystem to the iPAQ.
For this CRAMFS | Enter this load commard |
---|---|
init.cramfs | load flash 0x100000 |
root.cramfs | load flash 0x200000 |
usr.cramfs | load flash 0x500000 |
For example, to upload usr.cramfs, give the boot loader the following command:
load flash 0x500000