Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow 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 ,...
Altera_Forum
Honored Contributor
20 years agohello,
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.