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.

MCSDK User Guide: Flashing NOR Flash with User Application

Hello,

In both version MCSDK 2.00.00.11 and 2.00.01.12 the User Guide (as well as the wiki) mentions that there is a "bin2ccs" tool and a corresponding README.txt to explain how to use it.  However I can't seem to find this anywhere.

I did find a b2ccs.exe in mcsdk_2_00_01_12\tools\boot_loader\ibl\src\util\btoccs but no README.txt.

Could someone please provide the specific details for converting a .out to a .bin for use with the norwriter_evmc6678l example project?

Thanks,
Dan

  • Dan,

    bin2ccs utility has been removed from MCSDK 2.0.0.11, since the NOR/NAND writers now support reading a binary image directly. We have updated the wiki page to remove the reference to bin2ccs. You just need to rename xxx.out to app.bin and use the writers to directly write a binary image file to the NAND or NOR. Please refer to writer\nand\docs\README.txt or writer\nor\docs\README.txt for details.

     

    Regards,

    Hao.