Altera_Forum
Honored Contributor
16 years agoProblem debugging after bootloader loades
I have an Arria II GX device with an EPCS device attached. On this EPCS device I'm storing both the configuration and the application for NIOS. I'm able to use the NIOS default bootloader in the EPCS controller to copy the application to my external SRAM and start executing. This is all works fine. My issue is how can I make it possible to debug (NIOS) on the same FPGA build? The reset vector is pointing to the EPCS controller and I guess the NIOS IDE has problems writing to it since it is a ROM. I did try to hack the controller and made the internal memory a SINGLE_PORT but I'm seeing the same problem. Is there an easy way to do this without having to rebuild the FPGA? The message I'm getting is:
Downloading 00022000 ( 0%) Downloading 00200000 ( 0%) Downloaded 58KB in 0.9s (64.4KB/s) Verifying 00022000 ( 0%) Verify failed between address 0x22000 and 0x2201F Leaving target processor paused Device: Arria II GX Version: Quartus and NIOS 9.1 sp2 Thanks Boris