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.

question about 6670 i2c boot

Hi all,

I'm currently working on 6670 boot. By reading corresponding document, I still have some question. Please help me:

In i2c master boot mode, the master boot mode by default looks fo r a boot parameter table. Where should I put the parameter table? In corepac 0 LL2?

In the parameter table, there is an option named option which include Boot Parameter Table, Boot Tables, Boot Config Table, Passive Boot Mode. If I choose boot

tables, will bootloader look for boot table? Where should I put boot table? And what's the contents of boot table?

I know the boot table will be created by using hex conversion utility. What does the utility convert to form boot table?

It's an urgent thing, so please reply me as quickly as you can.

Thanks a lot

Best regards,

Nick

  • Hi Nick,

    In I2C, your image has to be loaded to the EEPROM and the format to load is the boot table. The first block of the code you load in the EEPROM, should have the boot parameter table. IBL is a best example. You can check it out in 

    mcsdk_2_00_05_17\tools\boot_loader\ibl\src

    Please check the bootloader UG for different distinction on the boot table, Boot parameter table and boot config table.

    Thanks,

    Arun.

  • Hi Arun,

          I have a question,the hex file created by hex6x is not the boot table ,until the headers are added .Is it right ?

    Thanks

    Davie