AM263P4-Q1: Multicore Makefile Requirement

Part Number: AM263P4-Q1

Hello,

Using SDK 11.0 where .appimage is no longer supported, I import a multicore example (.e.g. ipc_notify_echo_am263px-cc_system_freertos_nortos)

In the example, the makefie 'makefile_ccs_bootimage_gen' exists and is called in the Post Build Step of each core:

image.png

However, by experiment, I noticed that I can delete the above Post-build step and  therefore the 'makefile_ccs_bootimage_gen' file and still create the .mcelf under the System project. This is because (I think) the .mcelf scripts only need the default .out binary generated by the linker from each core.

So my question is, can I go ahead and delete the individual core bootimage makefiles in my application, or would I be making things difficult for more advanced build artifacts such as XIP and HS_SE files that I might need in the future? In other words, can I make all the build artifacts I would ever need just using 'makefile_system_ccs_bootimage_gen'?

Thank you.