Topic:S3C6410支持U盘挂载(作者:Sturtle)
//----------------------------------------------------------------------------------------------------------------------------
// 作者:XFDarm(xfdarm@163.com)
// 论坛ID:Sturtle
// 版权:XFDarm(www.xfdarm.com)
// 平台:芯飞达科技 XFD6410开发板+Android2.1 OS+U盘(1GB)
// 发布日期:2010-12-06
// 最后修改:2010-12-07
// 注意事项:未经作者同意,商业网站不能转载,更不得在转载的时候擅自修改、删除文章的任何部分
//------------------------------------------------------------------------------------------------------------------------------
写前:默认的情况下,芯飞达科技提供的Linux2.6.29的内核是不支持U盘的挂载,需要修改内核配置,手动挂载,内核配置如下:
->Device Drivers->Block devices
<*>Low Performance USB Block driver
->Device Drivers->SCSI device support
<*>SCSI generic support
->Device Drivers->USB Support
<*>Support for USB-side USB
<*>USB device filesystem
<*>OHCI HCD support
<*>USB Mass Storage support
<*>USB Monitor
->File systems->DOS/FAT/NT Filesystems
<*>DOS/FAT/NT Filesystems
<*>VFAT (Windows-95) fs support
(437)Default codepage for FAT
(iso8859-1)Default iocharset for FAT
->File systems->Partition Types
[*]PC BIOS (MSDOS partition tables) support
->File systems->Native Language Support
<*>Simplified Chinese charset (CP936, GB2312)
<*>NLS UTF8
有些不选也行,不过没试过
生成zImage重新烧写进去之后,通过命令:"ls /dev/block/",目录下可以查看到U盘的盘符,我的是uba1,手动挂载上去就可以
//如有错误,请留言指正;同时希望有更好的方法与大家交流和分享,让我们大家一起进步!