从文档中得知,spi boot mod,使用的bypass PLL,并且只用用到DDR3时,RBL 才会初始化DDR3部分.现在我需要从Nor flash加载一个SYS/BISO应用程序,那么除了PLL 和 DDR3 我还需要初始化其他的外设吗? 或者说,我需要另外写一个bootloader,来为sys/bios运行做准备吗? 谢谢
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.
如果要把代码搬移到片外DDR3,需要在boot table中加入DDR3 Configuration Table。下面有实例可以参考。
processors.wiki.ti.com/.../KeystoneI_Bootloader_Resources_and_FAQ
不需要写二次bootloader,添加parameter table就可以。