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.
Hello,
I am working on a C6678-based project that uses i2c EEPROM to provide boot parameter (at offsets of 0x0 and 0x80) and boot config (offset 0x100) table. The engineer that configured the tables left before I started on the project and the sources used to configure the tables is not available - I only have the hex file. Is there a document existing that describes the format of these tables?
Here is the hex dump of the EEPROM hex file:
$ ./hex2dump.py /cygdrive/c/AC2/artifacts/spi_eprom.hex
0000 00 20 00 00 00 28 00 00 00 00 00 00 00 02 01 00 |. ...(..........|
0010 00 50 00 00 00 0A 04 E2 00 14 00 80 00 50 00 00 |.P...........P..|
0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0080 00 20 00 00 00 14 00 00 80 10 00 02 00 03 00 04 |. ..............|
0090 00 00 FF FF 3D 09 0C 35 00 00 00 00 00 00 00 00 |....=..5........|
00A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0100 00 80 00 00 02 31 01 00 00 00 00 02 00 00 00 00 |.....1..........|
0110 0C 00 00 00 00 00 00 00 FF FF FF FF 0C 00 00 00 |................|
0120 12 34 56 78 00 00 00 00 0C 00 00 04 00 00 00 00 |.4Vx............|
0130 FF FF FF FF 0C 00 00 04 9A BC DE F0 00 00 00 00 |................|
0140 02 31 01 00 00 00 00 00 00 00 00 02 00 00 00 00 |.1..............|
0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
01A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
01B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
01C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
01D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
01E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
01F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
Thanks!
Brad