Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI can debug, but not run
This is a slightly modified "hello world" and I can "debug" it, but I'm not able to "run" it. Here is my log: DEBUG starting:
Executing: ' --device=1 --instance=0 --sidp=0x11070...
Altera_Forum
Honored Contributor
10 years agoYou still need to remove the JTAG uart and re-build your BSP without debug enabled. If you don't, your code will freeze as soon as the NIOS library tries to initialize the JTAG uart. I'm not familiar with the command line tools, but that might be what's causing the error message you see.