--- Quote Start ---
originally posted by hippo+may 11 2006, 03:53 am--><div class='quotetop'>quote (hippo @ may 11 2006, 03:53 am)</div>
--- quote start ---
<!--quotebegin-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.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15270)</div>
[/b]
--- Quote End ---
What about the home/MFM/linux-2.6.x/arch/nios2nommu/boot/compressed/vmlinux.bin file, isn't a binary file made from that vmlinux elf.