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开发过程中的uboot移植相关问题

Other Parts Discussed in Thread: OMAP-L138

大家好,以前是做AM335X开发的,现在想试一下OMAPL138平台,但是发现开发方式和AM335X差异较大,请教一下各位大神,我下载了ti-processor-sdk-linux-omapl138-lcdk-04.00.00.04-Linux-x86-Install.bin并安装完成,使用如下方式编译uboot:

make CROSS_COMPILE=arm-linux-gnueabi- distclean

make CROSS_COMPILE=arm-linux-gnueabi- O=omapl138_lcdk omapl138_lcdk_defconfig

make CROSS_COMPILE=arm-linux-gnueabi- O=omapl138_lcdk

编译完成后生成了u-boot.bin,但是没有MLO,我现在想用CCS将其烧写到NAND并从NAND启动的话需要烧写哪几个个文件?是否需要转换成*.ais?什么步骤?有最新的文档么?

谢谢!

  • omap-L138和sitara不一样,没有MLO,用aisgen工具转换成ais格式,请参考下面的步骤。
    http://processors.wiki.ti.com/index.php/How_to_boot_OMAP-L138_LCDK_from_SD_card#Generate_AIS_version_of_U-Boot_using_AISGen