Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to Startup application automatically?
Hello. I use Nios2 dev kit(Stratix2). I want to start application after power on without PC. (The application controls LED only.) I checked the following post, http://www.niosforum.c...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by jdhar@Apr 4 2006, 06:06 PM use inetd and telnetd to get into your system. i haven't seen an ssh server, but maybe you can look into it.
just use busybox to compile inetd and telnetd, and then you can telnet into your board once it has an ip.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14023)
--- quote end ---
--- Quote End --- Hi: I successed compile inetd and telnetd use busybox. Then I run: # inetd&# telnetd& But I can't telnet my dvb. My dvb net config is ok,because I can ping it. How can I do? Thank you