This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Omapl138 Nor Flash和 Nand Flash分区

Other Parts Discussed in Thread: OMAP-L138

    1. 自己做的OMAPL138的板子,目前 u-boot 已经能在 nor flash 上成功跑起来,下一步要进行 文件系统和 kernel的烧写,遇到几个问题:

    2. u-boot 是基于ti 官方提供的 u-boot 修改的,目前配置为 nor flash,不支持 nand flash,是不是这是就不能通过u-boot 把文件系统或者内核烧写到 nand flash 中去,只能烧写到 nor flash 中去,如果要烧写到 nand flash 中去,是否需要修改u-boot,同时支持 nor flash和nand flash?

    3. 找到了 arch/arm/match-davinci/board_da850_evm.c 里面的 nor flash 分区和 nand flash 分区信息表,我的板子上两种flash都有,如何让系统同时支持两种 flash 的分区呢?

    4. 可否提供一下omapl138的文件系统的制作与烧写的相关资料

    谢谢!

  • 2,印象中138的UBOOT可以编译NOR或者NAND的版本。

    3,这需要在KERNEL里面在make manual config的时候,打开NOR和NAND的支持。默认应该是支持的。

    4,http://processors.wiki.ti.com/index.php/OMAP-L138_Preparing_SD_Card_for_Boot?keyMatch=omap-l138%20filesystem&tisearch=Search-EN#Preparation_of_file_system

    可以在WIKI上面搜索相关文章学习一下。