Altera_Forum
Honored Contributor
15 years agoFlash programmer problem with the nEEK
Hello,
I'm using the NEEK board with the cycloneIII_embedded_evaluation_kit_web_server.ptf and sof file. I have burned the sof into the CFI. I'm using the following command to create the software flash file: elf2flash --base=0x100000 --end=0xffffff --reset=0x5000000 --input=zImage --output=zImage.flash then I burn the flash file into flash, but when I recycle the power, it fails to show any messages on the nios2-terminal The zImage is OK, I know it works using the nios2-download -g zImage. This SOPC system has the reset vector pointing to the SSRAM = 0x5000000. The SOF is burned into the FLASH at the offset 0x20000, which is 0x4020000 in the SOPC map. I don't want to overwrite the SOF, so I'm moving the zImage to 0x100000. What am I missing? Thanks