--- Quote Start ---
originally posted by iriver@Jun 15 2006, 07:06 PM
if i want run linux from my u-boot,what i will do,are there some changes to the u-boot! who can tell me the steps? thank you !
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16195)
--- quote end ---
--- Quote End ---
To boot nios2 uclinux, you need the load address of zImage, which is sdram base + boot link offset (in kernel config, may be 0x500000 or 0x800000) . You may find the load address of zImage with
nios2-linux-uclibc-objdump -h zImage
The load addres is the vma of .text .
You need to use mkimage to convert zImage,with compress none.