Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to start application automatically?
Hello. I use Nios2 dev kit(Stratix2). I want to start application after power on without PC. (The application controls LED & CF.) When I input "nios2-terminal" from SDK shell, then app...
Altera_Forum
Honored Contributor
20 years agoThanks,
That seems be the problem. I have set the stdin, stdout, stderr to null and within ecos set the "debug Device" and "Diagnostic console device" to none. The system boots without the need of nios2-terminal! I am now testing if I can put the stdin value to /dev/uart. I would like the printf out the rs232 port. Thanks for the help.