Altera_Forum
Honored Contributor
21 years agoRun/Debug with multiple processor
Hi
I've made a system with 2x NIOSII/s cpu's with seperate (on-chip) RAM-modules. By now I'm just testing with the "small Hello world" application writing to the Jtag using the Nios II IDE. The application runs ok with both cpu's when I test them seperatly, but when I'm using the "NiosII multiprocessor collection" to Run/Debug it runs the application the first cpu, but when accessing the second cpu I'm getting the following error message: nios2-terminal: Unable to connect to JTAG UART because another application nios2-terminal: (nios2-terminal on 127.0.0.1) nios2-terminal: is using it (or is using something else which clashes). Please c lose nios2-terminal: the other application and try again. After this I have to reprogram the FPGA . I'm using: Quartus II 4.2 sp1 full web edition with Nios II evaluation kit Stratix 1s10es Evaluation board -Stian