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++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Linux Autostart Problem

Altera_Forum
Honored Contributor II
1,271 Views

Hi, 

 

i'm wondering what i have to do, that linux does succesfully autostart, so that i can log in with telnet? 

 

Linux starts without problem with jtag and nios2-terminal in console. Everything works. When i disable jtag in the kernel it should start when powering the board. I already removed the jtag uart and the debug core in the SOPC.  

 

With this system linux start; i followed the sequence by enabling a led. It also seems that i get a network link, but i cannot ping or telnet the board. 

 

Do i miss something (Kernel config etc.)?  

 

thanks
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
499 Views

changed network driver from smc91x to smc91111. now i can ping. when i try to connect with telnet i don't get a real console; a cursor is blinking. when type something i only get blanks. also tried ftp, but it didn't work; it waits for a welcome sequence.

0 Kudos
Altera_Forum
Honored Contributor II
499 Views

You still need a console device after disabling jtag uart console, otherwise the init task will exit and panic. 

You can use Nios serial uart as console, or use Virtual Terminal (actually it can be dummy) as console.
0 Kudos
Altera_Forum
Honored Contributor II
499 Views

Thanks, i will give it try. I will tell you on monday.

0 Kudos
Altera_Forum
Honored Contributor II
499 Views

it works, thank you very much hippo.

0 Kudos
Reply