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++
12590 Discussions

NIOS II console is not printing after adding QSPI IP in qsys

MMuth8
Beginner
648 Views

Hi,

 

In the woking ethernet example, i have added Altera QUAD SPI controller IP (N25Q512A83GSF40F), after adding this IP NIOS console window is not printing. Is there any eclipse settings specific to QSPI IP?

 

Thanks,

Mahalakshmi

0 Kudos
4 Replies
Isaac_V_Intel
Employee
589 Views

Hello Mahalakshmi,

 

Can you please make sure that the Makefile is been created correctly and up to date?

you can do the following to make sure the Makefileis up to date:

1- Open the BSP project folder

2- Right click the Makefile>> Delete

3- Open the NIOS II Command Shill

4- Write the following command:

cd <...../project_bsp>

nios2-bsp-generate-files --settings=settings.bsp --bsp-dir=<C:/…./<project_bsp/>

5- Build your project again.

 

Let me know if it works.

 

Best regards,

Isaac.

0 Kudos
Isaac_V_Intel
Employee
589 Views

Hello Mahalakshmi,

 

Did the solution work?

 

Best regards,

Isaac.

0 Kudos
MMuth8
Beginner
589 Views

Hi Issac,

 

Thanks for your reply.

The solution did not work, still facing the same problem.

 

Thanks,

Mahalakshmi

0 Kudos
Isaac_V_Intel
Employee
584 Views

ok, can you share your design with us? And I could do some debugging.


You are connecting all the clock and reset lines on your NIOS design?


Best regards.



0 Kudos
Reply