zoukankan      html  css  js  c++  java
  • linux内核移植到S5pv210

    make s5pv210_defconfig

    1.System Type  --->

    (0) S3C UART to use for low-level messages

    2.Kernel hacking  --->

    [*] Kernel low-level debugging functions

    (0) S3C UART to use for low-level debug

    3.移植nand驱动

    4.Device Drivers  --->

    <*> Memory Technology Device (MTD) support  --->

       <*>   Direct char device access to MTD devices

      -*-   Common interface to block layer for MTD 'translation layers'

      <*>   Caching block device access to MTD devices

      <*>   NAND Device Support  --->

        <*>   NAND Flash support for S3C SoC

        [ ]     S3C NAND driver debug

        [ ]     S3C NAND Hardware ECC

    5.内核打补丁yaffs2

    6.File systems  --->

      [*] Miscellaneous filesystems  --->

        <*>   yaffs2 file system support

        [*]         Lets yaffs do its own ECC

    7.修改内核driversmtd andS3c_nand.c

    1172:#else
    1173:  nand->ecc.mode = NAND_ECC_NONE;

    8.make clean; make; make uImage

        

  • 相关阅读:
    添加日志文件
    C库函数对文件的操作
    getpass的使用
    C语言实现 冒泡排序 选择排序 希尔排序
    批量Ping执行Bash脚本
    Script
    echo
    Centos7 pxe
    Rsync 参数
    Ip HostName查询
  • 原文地址:https://www.cnblogs.com/hei-da-mi/p/4784721.html
Copyright © 2011-2022 走看看