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.

DM8148 uboot读取大文件问题



各位好:

     我现在想使用SD卡烧写nand,现在发现uboot和内核都可以读取,但是ubi.img比较大36M左右,发现在uboot下面不能读到,

Hit any key to stop autoboot:  0

TI8148_EVM#mmc rescan 0

TI8148_EVM#fatload mmc 0 0x81000000 test.img

reading test.img

 Invalid FAT entry

 Invalid FAT entry

读取内核的话是可以读取到的

TI8148_EVM#mmc rescan 0

TI8148_EVM#fatload mmc 0 0x81000000 uImage

 reading uImage

3312244 bytes read

请问是怎么回事,有人碰到过没有?

 

 

  • 你好,

    你使用的是什么软件?IPNC RDK里面的文件系统都接近40MB了,使用下来没有问题。你能否使用git上最新的uboot尝试一下?

    http://arago-project.org/git/projects/?p=u-boot-omap3.git;a=shortlog;h=refs/heads/ti81xx-master