Forum Discussion
Altera_Forum
Honored Contributor
20 years agoU-BOOT !!!!!!!!!!!!
Hi http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/wacko.gif , that u-boot is really driving me crazy. This is what I've done: 1- Compiled u-boot (got the .bin and the .srec)...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by mfm@May 11 2006, 09:26 AM <div class='quotetop'>quote
--- quote end ---
--- quote start ---
the uncompressed kernel is ~/linux-2.6.x/vmlinux . --- Quote End --- That's a 12.8 MB file, 5.7 MB when gziped http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/huh.gif <div align='right'><{post_snapback}> (index.php?act=findpost&pid=15269)</div> [/b] --- Quote End --- vmlinux and zImage are elf. maybe you should convert them to binary with "nios2-linux-uclibc-objcopy -O binary" . then use the binary for mkimage for u-boot.