Chinaunix首页 | 论坛 | 博客
  • 博客访问: 9146349
  • 博文数量: 1726
  • 博客积分: 12961
  • 博客等级: 上将
  • 技术积分: 19850
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-09 11:25
个人简介

偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.

文章分类

全部博文(1726)

文章存档

2024年(1)

2023年(26)

2022年(112)

2021年(217)

2020年(157)

2019年(192)

2018年(81)

2017年(78)

2016年(70)

2015年(52)

2014年(40)

2013年(51)

2012年(85)

2011年(45)

2010年(231)

2009年(287)

分类: LINUX

2010-04-02 15:01:52

确定SD的驱动已经正常编译和使用。

make menuconfig

把下面这项取消掉

General Setup -> Create deprecated sysfs layout for older userspace tools

修改/system/etc/vold.conf文件中的media_path条目,确定指向正确的sd卡设备:

我的板子是如下设置:

## vold configuration file for the 'generic' target

volume_sdcard {
    ## This is the direct uevent device path to the SD slot on the device
    media_path     /devices/platform/mmci-omap-hs.0/mmc_host/mmc0

    media_type     mmc
    mount_point    /sdcard
    ums_path       /devices/platform/usb_mass_storage/lun0
}

阅读(2986) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~