>2009/10/31 T4ndeta <[email protected]>:
> Well I did it with u-boot, loading kernel and initrd separately
> example:
> ext2load usb 0:1 a4000000 /boot/uImage
> ext2load usb 0:1 a5000000 /boot/initrd
> bootm a4000000 a5000000
>
> You don't have to set root=/dev/ram0 and init=/linuxrc

Well, could you post the script to create initrd as well?
Maybe I made some mistake in creating the cpio-package initrd.

I know linux use /init as the default initial process, but not sure
about the precedences of /linuxrc and /sbin/init if both are present.

---
PRC
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to