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.
请问EVM板为什么先要打到No-Boot才能用gel初始化DDR啊?
这是由于考虑到在RBL中会进行PLL及相关的初始化,所以在no-boot时不执行gel中的初始化。在使用CCS连接板子下载程序调试的情况下,一般把板子调成No boot,当然也可以调成所需要的boot mode进行测试。正式代码中需要将PLL及DDR的初始代码集成进去。
还是不太明白,如果我以非no-boot的方式进行启动,之后在用GEL对DDR进行初始化,会有问题么?