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.

AM263P4: Generating Multicore image for Custom board

Part Number: AM263P4

Tool/software:

I was trying to create a multicore image for AM263p4 Custom board from the elf images.

Steps I have followed:

- Build the two projects individually for core0 & core1(these projects have different linker files and different timers used for each core)

- using out2rprc tool generated rprc file from elf file

- using MulticoreImageGen tool generated one .appimage file

When I flash this file application from core0 is only running

Commands I have used:

out2rprc.exe core00_am263p4.elf core00_am263p4.rprc

out2rprc.exe core01_am263p4.elf core01_am263p4.rprc

 

node multicoreImageGen.js --devID 55 --out dual_core.appimage core00_am263p4.rprc@0 core01_am263p4.rprc@1