免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1429 | 回复: 0
打印 上一主题 下一主题

移植Linux 2.6.30.4到mini2440(SD卡) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-09-25 15:03 |只看该作者 |倒序浏览

                               
16)、SD卡驱动移植
添加SD设备到设备初始化列表中
# gedit arch/arm/plat-s3c24xx/common-smdk.c
186行
/* devices we initialise */
static struct platform_device __initdata *smdk_devs[] = {
      &s3c_device_nand,
     &s3c_device_sdi, //加上这句
      &smdk_led4,
      &smdk_led5,
      &smdk_led6,
      &smdk_led7,
};
添加和开发板相关的 SD卡中断处理
# gedit drivers/mmc/host/s3cmci.c
1335行,添加如下内容:
      host->irq_cd = IRQ_EINT16;      s3c2410_gpio_cfgpin(S3C2410_GPG8, S3C2410_GPG8_EINT16
去除SD驱动bug
# gedit drivers/mmc/host/s3cmci.c
      if (s3c2410_dma_request(host->dma, &s3cmci_dma_client, NULL)) {
          dev_err(&pdev->dev, "unable to get DMA channel.\n");
           //ret = -EBUSY;
           //goto probe_free_irq_cd;
      }
配置
# make menuconfig
选上以下几项
Device Drivers --->       MMC/SD/SDIO card support --->         --- MMC/SD/SDIO card support               *** MMC/SD/SDIO Card Drivers ***                MMC block device driver               *** MMC/SD/SDIO Host Controller Drivers ***                Samsung S3C SD/MMC Card Interface suppor
编译
# make zImage
下载新内核,启动后插入SD卡
s3c2440-sdi s3c2440-sdi: running at 0kHz (requested: 0kHz.s3c2440-sdi s3c2440-sdi: running at 198kHz (requested: 197kHz).s3c2440-sdi s3c2440-sdi: running at 198kHz (requested: 197kHz).s3c2440-sdi s3c2440-sdi: running at 198kHz (requested: 197kHz).s3c2440-sdi s3c2440-sdi: running at 198kHz (requested: 197kHz).s3c2440-sdi s3c2440-sdi: running at 198kHz (requested: 197kHz).s3c2440-sdi s3c2440-sdi: running at 198kHz (requested: 197kHz).s3c2440-sdi s3c2440-sdi: running at 198kHz (requested: 197kHz).s3c2440-sdi s3c2440-sdi: running at 16875kHz (requested: 25000kHz).s3c2440-sdi s3c2440-sdi: running at 16875kHz (requested: 25000kHz).mmc0: new SD card at address e624mmcblk0: mmc0:e624 SD128 120 MiB  mmcblk0: p1 p2FAT: bogus number of reserved sectors
[color="#660199"]OK!

[color="#02368d"]使用Busybox定制根文件系统

[color="#02368d"]

               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/49274/showart_2059915.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP