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.

DM6467t uboot 的可用内存空间都是哪些?



各位好,最近在做DM6467t的开发,uboot是从TI官网上下的,我也不知道具体是哪个版本,但这个uboot是TI官网上DM6467T开发套件里的

在使用uboot的tftp时遇到了一些问题,我有一个文件系统比较大(有32M)。以前在使用tftp下载内核时都是tftp 0x80700000 uImage,现在这个文件系统达到了32M,所以在tftp 0x80700000 filename的时候,走到一半就停了下来。

我用了另外一个内存地址空间,tftp 0x82000000 filename,通过了。

不知道这么做对不对,有没有什么潜在的问题。

所以想问一下TI的专家,能不能告诉我tftp时用户可用的内存空间都是哪些?

谢谢