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.
Hi,
I am flashing IBL program to C6678 EVM. With both BIOS MCSDK 2.0 User Guide and some posts, such as this one:
(e) Load i2cConfig.gel (in CCSv5 Tools->GEL Files, right click mouse in GEL Files
window and select "Load GEL"
(f) Run the GEL script "EVM c6678 IBL"->setConfig_c6678_main, this will set the
default boot parameters for booting application images from NOR, NAND and
Ethernet.
After loading i2cConfig.gel, I cannot "Run the GEL script "EVM c6678 IBL"->setConfig_c6678_main ". I have check under menu "Scripts", which has no drop down menu shown when clicking on "Scripts". That is, I am stuck at "EVM c6678 IBL"->setConfig_c6678_main ".
CCS version 5.3.0.00090, Ubuntu 14.04, 32-bit. Can you tell me where to find scripts: "EVM c6678 IBL"->setConfig_c6678_main "?
Thanks,
Hi,
Follow the below steps to program the parameter table:
1. IBL Configuration needs to be programmed after successfully completing . Go to Run -> Load Program and select i2cparam_0x51_c667#_le_0x500.out located in the mcsdk_2_00_xx_xx\tools\boot_loader\ibl\src\make\bin folder).
2. Go to Tools -> GEL Files and then right click on GEL Files window and Load the i2cConfig.gel GEL file, located in the mcsdk_2_00_xx_xx\tools\boot_loader\ibl\src\make\bin folder.
3. Run the program. The following message will be printed on the CCS console
"Run the GEL for the device to be configured, press return to program the I2C."
4. Run the GEL script"Scripts -> EVM c6678 IBL" -> setConfig_c6678_main.
5. Now press "Enter" in the CCS console window, and the program will write the boot parameter table to the EEPROM. On success the message "I2c table write complete" will be printed on the CCS console.
Thanks,