Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCIII/EPCS design configures and programs but does not start
Hi, I have a design with EP3C40 and EPCS64. I create flash files with: sof2flash --epcs --compress --input=logic.sof --output=logic.srec elf2flash --epcs --after=logic.srec --input=softwar...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Hi Mark. I think you definitely have a problem with the Nios 2 bootloader. I'd recommend you check the hex file and possibly regenerate it from the source files. --- Quote End --- Yeah, I wondered the same thing. The project was from scratch, so there's no old cruft in there. However, just to be sure I wrote a little program to read back the bootloader bytes from the EPCS component. It matches byte for byte with the ciii hex file in the Quartus directory, so is good I think. --- Quote Start --- I attach for your convenience my CIII bootloader file. It should work for you, too. Execute a fpga MIF update, flash into epcs and let me know if this solves your problem. --- Quote End --- Thanks. I'll give it a go. Mark.