TI experts-
I have some questions about programming POST into I2C EEPROM on a new/custom 6678 board. We have been comparing digital scope captures of our board at boot-time with EVM 6678 (we have a Rev 1.0 EVM 6678, our board has Rev 1.0 silicon).
1) When our board boots, we see the first few bytes of I2C data as:
0x00 0x00 0x40 0x00
and we see it with EVM 6678 as
0x00 0x40 0x00 0x00
This implies that we may have a byte swap issue. We have followed instructions in the readme.txt file (*), which indicate that byte swap should be unchecked withn loading the .bin file. Do we need byte swap active?
2) Different TI documents conflict on which eeprom5x.bin file actually contains the POST program. Is it eeprom50.bin or eeprom51.bin?
Thanks.
-Jeff
(*) c:\ti\mcsdk_2_01_02_06\tools\writer\eeprom\docs\readme.txt