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.

DM368制作bin文件



请问一下大家,我现在用CCS3.3生成的.out文件想在DM368的Nandflash上自启,怎么制作.bin文件呢,谢谢了。

  • 你好,

    下面是ubl工程里面编译后自动运行的转换bin的脚本,请参考:

    ["BOOT_NAND" Settings]
    FinalBuildCmd=hex470.exe $(Proj_dir)\UBL2BIN.cmd -o=$(Proj_dir)\UBL_DM36x_NAND.bin $(Proj_dir)\NAND\UBL_DM36x_NAND.out;Run=Always