View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#159
Originally Posted by ildar View Post
u-boot is a nice piece of software.
I just stuck with
1. loading initramfs. Could you please show a command for that?
2. I've seen fatload working (once). How can I do the same for ext2. Example?
3. Most recent u-boot+PR1.3 kernel -? At http://al.robotfuzz.com/~al/maemo/u-boot/ ?
1. You can load the initramfs by doing "fatload mmc 0:3 0x83000000 initrd.img" and then boot it by doing "bootm 0x82000000 0x83000000".
2. As well as fatload, there's a corresponding ext2load which you can use in the same way.
3. The latest u-boot (AFAIK) is at http://atrey.karlin.mff.cuni.cz/~pali