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中SPL阶段是否可以从DDR执行



starterware的做法是【MLO+app】,我的想法是把app省掉全部加载在MLO一个镜像里面,但是在内部RAM里面执行又不可能,所以想法是从DDR(0X80000000)启动,我修改了CMD文件以及编译器选项【build】【post-build steps】【command】内的地址,但是发现无法从DDR启动。

 

从TRM上看到理论上应该是支持的,所以想问问还有什么地方需要设置?