Forum Discussion
Altera_Forum
Honored Contributor
20 years agoproblem with usb driver
hi, I have boot uclinux kernel successful,then i plug a usb disk on my board,that's ok.But it show errors when i run the follow code: [/CODE]fdisk -l /dev/sda fdisk:Bad command or file name [...
Altera_Forum
Honored Contributor
20 years agozhengkaike,
You need to have the commands that are called like mount, umount, grep, test, echo and sleep in your rootfs. Maybe it will also work with the busybox versions but I did not test this. I call the shellscript from the rc script in /etc for example automount.sh &