Forum Discussion
Altera_Forum
Honored Contributor
16 years agoproblem with Multiprocessor
Hi
I am trying to port Multiprocessors -(2 Nios processors) into ALTERA Stratix - EP1S10F780C6 , I have done as it was suggested in Nios Multiprocessor Tutorial , But after downloading sof and running the software I see nothing on the terminal I have used hello_world_multi.c for testing and added even the mutex core Please help me out Thanks in advance Regards M Kalyansrinivas1 Reply
- Altera_Forum
Honored Contributor
Have you tried run processors separately?
Have tied to System Library Properties in NIOS IDE (of your programs). Check these parameters: stdout: stderr: stdin: there should be set to JTAG_UART or UART module. Actually I do not recommend to use JTAG_UART component in multiprocessor mode. I got a lot of problem with it. Try to use UART. Moreover in NIOS IDE environment meniu "Run" add run option that lets you run your application. Load JDI file. Next step "Target Connection" turn off NIOSII Terminal Communication device and use external UART terminal. I am never succeeded connect NIOS IDE terminal to UART port of PC (strange). After that try run your application for one processor... it should work.. if you did not made something incorrect in Quartus.