/dev/uba0 desn' t exist how to use mknode on uclinux running on m5329

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

/dev/uba0 desn' t exist how to use mknode on uclinux running on m5329

1,739 次查看
BRUNONUNES
Contributor I
Hi: I plugged an usb device, a mass storage device. the m5329 was able to detect the usb device, but i can't mount the device using mount -v vfat /dev/uba1 /mnt because /dev/uba1 don't exist how can I solve this?, I tried to use mknode  /dev/uba1 b 125 0 but it didn't work.
Thanks a lot.
Bruno.
标签 (1)
0 项奖励
回复
1 回复

723 次查看
obidon
Contributor III
Hi, did you get this solved? What ltib are you using? I'm using 20061117. With this build it works to use mount -t vfat /dev/sda1 /mnt/flsh. (create a /mnt/flsh directory)  I think the new ltib uses uba instead of sda.
 
Are you using romfs? If so the /dev directory is readonly. You can edit ltibxxxx/bin/device_genromfs.txt and add a line:
uba1,b,125,0
 
When you rebuild your romfs you will have /dev/uba1
 


Message Edited by obidon on 2008-06-13 10:58 PM
0 项奖励
回复