Forum Discussion
Altera_Forum
Honored Contributor
12 years agoProgramming NIOS II code to EPCQ in Quartus 13.1
Hello I'm having trouble with NIOS II code executing from an EPCQ x4 flash chip (p/n Micron N25Q256A) after a power cycle. I've followed the following guideleins to boot from EPCQ or EPCS (fro...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- You do have the 'real' licence for a nios /f core? Otherwise the cpu will only run while the jtag is connected. It might also be possible to debug the epcs bootloader using the jtag debug. If nothing else it ought to be possible to use signaltap - especially if you expose the nios 'soft reset' line. For software updates it ought to be possible to just rewrite the epcs sectors that contain the code (from code running on the nios) However the HAL functions for this are a little horrid. --- Quote End --- I'm using the /e version, which does not require a license for this (that is according to our FAE). I've been able to now program the flash device with the flash I created from the elf2flash utility after the FPGA has been configured. However, the processor stays paused. I'm thinking this may be related to stdin/stdout (I had been using JTAG UART), and this could possibly cause problems with the processor resetting.