1
Zaurus - pdaXrom / U-boot Kernel Loading
« on: December 31, 2006, 10:39:29 am »Quote
What loads the kernel to default load address is this:
nand read.logical 0xa0800000 0x005a0000 0x00160000
and what sets the boot parameters is this:
setenv bootargs console=ttyS0,115200 console=tty1 root=/dev/mtdblock2 \ rootfstype=jffs2
What I want to do is load an alternative kernel from the SD/MMC instead of the one from onboard flash.
You could let the Linux kernel load a different Linux kernel, like OpenBSD does it
with the zbsd..o kernel module.