Forum Discussion
Altera_Forum
Honored Contributor
20 years agou-boot about 2c35
i want to run u-boot on 2c35,but it seems to only support u-boot-1c20: Altera Nios II Development Kit, Cyclone Edition u-boot-1s10: Altera Nios II Development Kit, Stratix Editi...
Altera_Forum
Honored Contributor
20 years ago --- 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.