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 run a53 example through sd card?

Other Parts Discussed in Thread: AM6412

hi expert:

      i copy tools/boot/sbl_prebuilt/am64x-evm /sbl_sd.release.tiimage to sd card, rename it to "tiboot3.bin".

      then i compile examples/empty/am64x-evm/system_nortos,i copy it to sd card and renamed it to "app", this works ok too。(figure 1)

      then i compile examples/empty/am64x-evm/r5fss0-0_freertos/ti-arm-clang, i copy it to sd card and renamed it to "app", this works ok。(figure 2)

      when i compile examples/empty/am64x-evm/a53ss0-0_nortos/gcc-aarch64,i copy empty.release.appimage to sd card and renamed it to "app",  this does not work。(figure 3)

      how can i run a53 example from sd card?