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.

AM2631: How to generate an appimage file?

Part Number: AM2631

Hi team,

Here's an issue from the customer may need your help:

Added the makefile gen file and configured Properties > Bulid > steps, and entered the following:

$(MAKE) -C ${CCS_PROJECT_DIR} -f makefile_ccs_bootimage_gen OUTNAME=${BuildArtifactFileBaseName} PROFILE=${ConfigName} MCU_PLUS_SDK_PATH=${MCU_PLUS_SDK_PATH} CG_TOOL_ROOT=${CG_TOOL_ROOT} CCS_INSTALL_DIR=${CCS_INSTALL_DIR} CCS_IDE_MODE=${CCS_IDE_MODE}

An appimage is generated, but burned into the CC board still does not work while checking the flash memory program, it does write in.

Could you help check this case? Thanks.

Best Regards,

Cherry

  • Hi Cherry,

    The first thing I will check is the memory usage of customer application code. Since the SBL will use the first 256KB (0x70000000 - 0x70040000) and last 128KB (0x701E0000 - 0x701FFFFF of the OCRAM, please make sure those memory sections are not used by the customer application code.

    Best regards,

    Ming