Hello,
I have some questions about, c6678 bootloader.
My system is custom board using c6678 DSP, and it has EEPROM by I2C // EMIF16 CE0 is connected to FPGA // EMIF16 CE1 is connected to NOR Flash mem.
For booting my DSP, I think the process is "RBL -> IBL from EEPROM -> load Image to DDR from NOR flash(EMIF CS1) -> ..."
So, I think that I have to do
1) Modifying IBL code for load from NOR EMIF CS1
2) make Image writer for EMIF NOR
My Question is "Is it available steps for booting DSP?"
and, if it possible then is there any source for IBL code for NOR EMIF?
(CCS5.5.0, MCSDK_2_01_02_06, for Custom Board)