Forum Discussion
Altera_Forum
Honored Contributor
21 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%) (-...
Altera_Forum
Honored Contributor
21 years agoslacker,
my problem is not generating a running system. It all runs. The problem only arises, when debugger loads and tries to verify parts of program data. I think there is a malfunction of this download, because the section, which is compiled and linked at address 0 (restart vector is set to EPCS) is originally programmed into EPCS but at a higher address. At address 0 there is FPGA configuration. So, when launching debugger, the verify process should skip EPCS data, because its contents is relocated by the boot-copier, as you described and not placed at the address its origin (from .elf file) suggests. And this problem is new since Version 5.0. Jesse has posted an explanation of this issue in ... parallel topic (http://www.niosforum.com/forum/index.php?act=st&f=2&t=1752). Thanks for your hints Mike