Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

problem with Multiprocessor

Altera_Forum
Honored Contributor II
1,164 Views

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 Kalyansrinivas
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
303 Views

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.
0 Kudos
Reply