Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

How can i log in uClinux more quickly??

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.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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??