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.

EVMC6424 Boot code

Hi

I want to write boot code that copy the contains from NAND  to RAM when start up my evmc6424. As mentioned in TI integration workshop ( IW6000- creating a stand-alone System ) 2nd boot loader should

1- Configure the EMIF

2- Copy sections of code/data

3- Call _c_int00()


I want to know how to configure the EMIF of the EVMC6424 for NAND flash boot

Thanks A lot

  • Hi,


    I want to write boot code that copy the contains from NAND to RAM when start up my evmc6424. As mentioned in TI integration workshop ( IW6000- creating a stand-alone System ) 2nd boot loader should

    1- Configure the EMIF

    2- Copy sections of code/data

    3- Call _c_int00()

    You have to configure the linker command file to run the code on DDR.
    You need small bootloader which will copy the code from NAND to DDR, you can refer the spectrum digital website for the code which has NAND initialization etc.,

    You can download the BSL examples and tests from the spectrum digital website.
    c6000.spectrumdigital.com/.../reva

    You may need the software solution app to flash the code into flash.
    processors.wiki.ti.com/.../Flashing_the_C6713_EVM

    Please refer to the following post.
    e2e.ti.com/.../11848