Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNo Boot with compressed zImage but vmlinux
Hi, I have problems with booting uClinux (NOMMU) on a Cyclone C1C12 Development Board. The build of the kernel from nios2-linux-20090730.tar and the toolchain nios2gcc-20080203.tar seems to w...
Altera_Forum
Honored Contributor
15 years agoThanks for the info.
The failure was due to the link offset. It had to be about 2/3 of the SDRAM size (found the hint somewhere in the alterawiki). The offset of 0x50000 was to small for the 16 MB RAM. So I used a higher offset like 0x00AAAAAA. Now it works fine every time i want to upload a new image. Bye Urmel