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.

C6678 boot的问题



您好:

我们参考你们的开发板自己画了一块板卡,想请教一下boot问题:

按照你们原来的开发板上的例程,就是先烧写IBL到eeprom,再加载一个程序配置一下IBL,我想问一下,假如我想更改一下启动的时候初始化ddr的频率,我要怎么更改?我直接按照IBL例程里的程序,自己修改一个工程烧写进eeprom就行吗?另外就是不用这个eeprom,我能直接烧写进spi  flash吗,我需要注意一下那里?

  • 如果你用的C6678是PG2.0硅版本的话,不需要用IBL先从EEPROM启动,EVM板上是为了修复2.0之前的版本PLL的bug。

    你可以直接用SPI boot mode,下面有例子。
    http://processors.wiki.ti.com/index.php/KeystoneI_Bootloader_Resources_and_FAQ#Direct_Boot_Examples_.28without_IBL.29