Hi,
I was trying to write a program to the NAND flash of the 6678 EVM following the procedure described in C:\ti\mcsdk_2_01_02_06\tools\boot_loader\ibl\doc\evmc6678-instructions.txt that points to the EEPROMWriter and the NANDWriter, but it didn't work. I see the messages saying that the EEPROM and NAND have been programmed successfully, but when I change the dip switches to NAND boot the application (Led blink, ELF format) doesn't work.
But looking in the forum I found this http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/163719/597081.aspx topic and following this procedure it works. It's the same of evmc6678-instructions.txt but with the I2C config param part.
So, I'd like to know if teh I2C config param part is really necessary and, if it is, why it's not described in the IBL instructions? What am I missing?
Thanks