Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- That generates an Intel hex format file - not quite the same thing. --- Quote End --- Ah, that's right. I typically deal with binary files directly, and don't bother with the ASCII reformatted styles. --- Quote Start --- ... beign careful to turn on the "Disable AS mode CONF_DONE error check" box which is not persistent and doesn't get saved in the COF file. --- Quote End --- That is annoying ... --- Quote Start --- It now configures and the software seems to start. It looks like there's some problem with the software, though, in that it doesn't send anything out the JTAG UART. The software is meant to write to a bunch of LCD screens but instead of writing the expected data writes garbage. If the same elf file from step 3 is downloaded with nios2-download then it operates correctly. --- Quote End --- I would connect the debugger and step through the code to see where it dies. Perhaps there is some initialization phase that gets incorrectly skipped, eg., check the .bss area is cleared, etc. Cheers, Dave