Forum Discussion
Altera_Forum
Honored Contributor
22 years agoProblems while booting uClinux..
Hi, I want to start own uClinux application automatically when my cyclone board start up. Somehow uclinux initialization doesn't read /etc/rc file where application startup script is. I hav...
Altera_Forum
Honored Contributor
22 years agoHello CoolMan,
Can you post your /etc/rc file? When you say 'doesn't read it' what do you mean? Is it possible that your /etc/rc file is in "DOS" format? That is, if you made changes under Cygwin and saved it how did your editor treat the file. If it is in "DOS" format (i.e. CR/LF) you'll definitely have problems. You can run 'dos2unix' on it just to be safe (check the file size before and after -- if it's smaller after running this utility it was in "DOS" format). mike