Per the Bootloader User Guide, to load tables into the C6678 in I2C slave mode we first send a six byte header: TTxx xx yy yy zz zz, where zz zz = boot option.
I want to verify that "boot option" in I2C slave mode is the same as in I2C master mode, i.e. 0 = Boot Parameter Table; 1 = Boot Table; 2 = Boot Configuration Table.
Is this correct? I'm concerned some documentation seems to imply we can only send a Boot Table in I2C slave mode; but I want the option of doing a secondary boot using Ethernet or PCIe with the DDR3 enabled.