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 agodid you rebuild the kernel with,
make make romfs make linux image ? What is your boot message now? May be you have to add busybox sleep, and wait several seconds for usb disk to be detected before mount usb. sleep 15 mount -t vfat /dev/sda1 /mnt