Forum Discussion
Altera_Forum
Honored Contributor
16 years agousing µclinux in board 2C35
hello, I followed the step of the http://www.nioswiki.com/linux after this steps i arrived to 3. The images created are, images/linux.initramfs.gz is the elf image with initram...
Altera_Forum
Honored Contributor
16 years agoHello,Hippo
yes i followed the step On Ubuntu, check if the default shell is "bash" , (the default might be "dash", which won't work with install scripts) ls -l /bin/sh This should give "/bin/sh -> bash", Otherwise, change it with, sudo rm /bin/sh sudo ln -s bash /bin/sh i have a bash so,is not the cause !