--- Quote Start ---
originally posted by hippo+may 8 2006, 03:57 am--><div class='quotetop'>quote (hippo @ may 8 2006, 03:57 am)</div>
--- quote start ---
--- quote start ---
originally posted by mfm@may 8 2006, 09:46 am
--- quote start ---
originally posted by hippo@may 8 2006, 03:16 am
<!--quotebegin-mfm@May 8 2006, 02:31 AM
hi,
following the hippo's buildroot, i got the zimage file.
in the other side, i have u-boot working from flash memory.
now, i am wondering if that's possible to download the zimage directly with u-boot.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15157)
--- quote end ---
--- Quote End ---
use tftp boot.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15164)</div>
[/b]
--- Quote End ---
Here I'm talking about if I have to mkimage zImage or not.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15166)</div>
[/b]
--- Quote End ---
You'd better write your questions more clearly. I misunderstand so many times.
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif
Don't mkimage, it is already compressed.
You should not want to write the zImage to flash with u-boot, either.
Put your zImage file in /tftpboot of your tftp server, and use,
tftpboot [loadAddress] zImage
where loadAddress is (your sdram address + boot link offset( default to 0x00800000) )
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15169)</div>
[/b]
--- Quote End ---
Well, what I'm trying to do is to program the flash with the kernel via u-boot, and since u-boot deals with the .img files so I guess I got to transform the zImage with mkimage before downloading it with tftpboot.