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.

How to set the post build script when making the MLO for NAND?

Hello,

       Now I am making a bootloader for NAND. The bootloader now is able to boot from SD card , and load app file from SD card,the post build script is :

 "${IA_SDK_HOME}/tools/post_build/post_build.bat" "${CCS_INSTALL_ROOT}" "${CG_TOOL_ROOT}" "../${ConfigName}" "${ProjName}" "${IA_SDK_HOME}/tools/isdk_image" "0" "1" "0x402f0400"

Now I want to use this bootloader to boot from NAND, then load the app from SD card. How can I achieve this goal by change the post build script?

Thanks a lot!