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.
12748 Discussions

How can i log in uClinux more quickly??

Altera_Forum
Honored Contributor II
1,492 Views

hello, 

 

How can i log in uClinux more quickly?? 

 

just follow this: 

 

For DE2 2C35 dev board, 

1. in quartus, open the project DE2_System/DE2_demonstrations/DE2_NET/ 

tool->programmer , program the sof to your board. 

4. in nios2 command shell, cd to that dir, 

cd /cygdrive/e/share 

nios2-download -g zImage_de2_net 

5. nios2-terminal 

 

???? 

 

Or there are other ways?? 

 

thanks.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
408 Views

hello, 

 

yes u can log more quickly by using telnet :  

 

1- assigne an IP address to your board in /etc/rc file (let's say for example : 192.168.1.1) 

 

2- connect your board to the PC by an eth cable, and download your file system. 

 

3- in windows start>run : type telnet 192.168.1.1 and then enter password and user name to logon,  

 

u will see, it's 10 times more fast than nios2terminal 

 

regards.
0 Kudos
Altera_Forum
Honored Contributor II
408 Views

Thank you! 

 

I have another problem during running uclinux on my de2 board. 

 

There is a "telnetd" in usr/bin and a "telnet" in bin/busybox in my uclinux. 

But how can I use them. 

 

>>telnetd 

>>.....operation on non-sockets 

 

Why??
0 Kudos
Reply