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

NIOS only boots after nios2-terminal connects

JanFranken
Novice
740 Views

I generate a .jic file and download it into the EPCS64 device.

 

However once the FPGA starts up, the NIOS does not boot.

 

Only when I start the nios2-terminal on the PC does the NIOS boot.

 

Any ideas why the NIOS does not boot by itself?

 

Thank you very much,

Jan.

 

0 Kudos
1 Solution
JanFranken
Novice
635 Views

Hi Kelly,

 

In our case the solution was to remove the JTAG Debug UART and move the stdout/stdin/stderr to a standard UART.

 

The NIOS now boots from startup without waiting for the nios-terminal to connect.

 

Thank you,

Jan.

View solution in original post

0 Kudos
5 Replies
KellyJialin_Goh
Employee
708 Views

Hi Jan,

The nios2-terminal command allows you to monitor stdout, stderr or both and to provide input to a NIOS II processor subsystem through stdin.


The EPCS is not directly addressable. You will need to get a small boot loader program and load it into an embedded memory and set the embedded memory as the reset vector.


Here is also a link to check out on booting methods of the NIOS II processor.

https://www.intel.com/content/www/us/en/docs/programmable/683689/current/processor-booting-methods.html


Regards,

Kelly


0 Kudos
KellyJialin_Goh
Employee
681 Views

Hi Jan,

Is the feedback and link provided helpful to you ?


Regards,

Kelly


0 Kudos
KellyJialin_Goh
Employee
652 Views

Hi Jan,

Is the feedback and link provided helpful to you ?


Regards,

Kelly



0 Kudos
KellyJialin_Goh
Employee
636 Views

Hi,

As we do not receive any response from you on the previous answer that we have provided. Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.

Thank you.


Regards,

Kelly Jialin, GOH


p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 9/10 survey.


0 Kudos
JanFranken
Novice
636 Views

Hi Kelly,

 

In our case the solution was to remove the JTAG Debug UART and move the stdout/stdin/stderr to a standard UART.

 

The NIOS now boots from startup without waiting for the nios-terminal to connect.

 

Thank you,

Jan.

0 Kudos
Reply