Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by hippo@Jul 3 2006, 10:27 AM what is the program address displayed in nios2-download?
if the size of your sdram is smaller that 16mb, eg deii with 8mb sdram, change the link address of the uncompress loader to 5m,
processor type and features-->(0x00500000) link address offset for booting.
the zimage load address is ( your sdram base address + link address offset ) . the zimage boot loader does not relocate itself.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16613)
--- quote end ---
--- Quote End --- Thanks to your reply,I have successful start uClinux on the DE2. But I found a problem when I turn on the series support on the menuconfig: I can the run uCLinux neither from the SDK shell(nios2-terminal) nor the super terminal (windows). Can you help me?