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.

求助:AM335x使用SDK6.0无法从nandflash启动,急!急!急!



       我已经完成了公司基于AM335X平台开发的工作,一直用ramdisk进行调试的,只差代码固化到nandflash后启动。我使用的开发环境如下:
       平台:ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install。
       内核版本:linux-3.2.0-psp04.06.00.11
       uboot版本:u-boot-2013.01.01-psp06.00.00.00
       目前我将MLO,uboot.img,uImage,ubi.img按照如下方式烧录进去后重新上电终端打印如下信息(见附件截图)。
U-Boot# loadb 0x82000000
U-Boot# nand erase 0x0 0x20000
U-Boot# nand write 0x82000000 0 0x20000
U-Boot# mw.b 0x82000000 0 0x20000
U-Boot# loadb 0x82000000
U-Boot# nand erase 0x80000 0x4B000
U-Boot# nand write 0x82000000 0x80000 0x4B000
U-Boot# mw.b 0x82000000 0 0x4B000
U-Boot# tftpboot 0x82000000 192.168.8.220:uImage
U-Boot# nand erase 0x280000 0x500000
U-Boot# nand write 0x82000000 0x280000 0x500000
U-Boot# mw.b 0x82000000 0 0x500000
U-Boot# tftpboot 0x82000000 192.168.8.220:ubi.img
U-Boot# nand erase 0x780000 0xf880000
U-Boot# nand write 0x82000000 0x780000 0x2000000
U-Boot# saveenv
      我在网上查找资料感觉应该是目前的uboot不支持nandflash启动,我参考相关资料发现资料提供的解决方法都是基于uboot 04.06.00.08版本的,目前项目停滞在此处,请各位指点。