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.

AM623: Building .xer5f file

Part Number: AM623

Hi,

Linux SDK 8.6 

CCSV12

 hello_word_am62x-sk_m4fss0-0_nortos

Customer wants to build hello_word_am62x-sk_m4fss0-0_nortos into .xer5f file, can it be realized by directly modifying the output file name in ccs? After this modification, the error is reported as follows.

  • Hi Nancy,

    The customer would also need to modify the extension from .out to .xer5f in OUTFILE variable in CCS example makefile (makefile_ccs_bootimage_gen). The exact change is shown below

    diff --git a/makefile_ccs_bootimage_gen b/makefile_ccs_bootimage_gen
    index 5e47000..4c00616 100644
    --- a/makefile_ccs_bootimage_gen
    +++ b/makefile_ccs_bootimage_gen
    @@ -22,7 +22,7 @@ else
            PYTHON=python3
     endif
    
    -OUTFILE=$(PROFILE)/$(OUTNAME).out
    +OUTFILE=$(PROFILE)/$(OUTNAME).xer5f
     BOOTIMAGE_PATH=$(abspath ${PROFILE})
     BOOTIMAGE_NAME:=$(BOOTIMAGE_PATH)/$(OUTNAME).appimage
     BOOTIMAGE_NAME_XIP:=$(BOOTIMAGE_PATH)/$(OUTNAME).appimage_xip

    Regards,

    Prashant