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 ago --- Quote Start --- originally posted by zhengkaike@Jun 4 2006, 10:02 PM
hi,hippo.
i have solved the usb problem by enable fdisk in busybox.
now,i want to programme my apps by using the device driver,how can i do?
which files should i include?
thahk you! http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/smile.gif
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15884)
--- quote end ---
--- Quote End --- You can access the mounted usb disk as normal file. So just include stdio.h and stdlib.h should work.