Altera_Forum
Honored Contributor
20 years agoCan't launch debugger
When starting 'Debug as NIOS II Hardware' from IDE (Version 5.0), I always get the following message:
Downloading 00000000 ( 0%) (-> this is EPCS)
Downloading 00005000 ( 0%) (-> this is internal ROM)
Downloading 00200020 ( 0%) (-> this is System-RAM, where firmware should run)
Downloading 00210000 (26%)
Downloading 00220000 (52%)
Downloading 00230000 (78%)
Downloaded 247KB in 5.6s (44.1KB/s)
Verifying 00000000 ( 0%)
Verify failed ( -> ERROR )
Leaving target processor paused Suspect is, that at address 0 where this verifying error occurs, an EPCS device is present. This EPCS contains the FPGA configuration (at address 0 !) and a short loader firmware behind. The firmware, I want to debug, is loaded at 0x00200020, a SRAM. - Is the debugger able to load and verify the contents of EPCS ? - Is it possible, to suppress this verifying or remove this part from download ? Mike later added: there is another topic concerning the same problem: ... same problem at onother topic (http://www.niosforum.com/forum/index.php?act=st&f=2&t=1752)