AM2612: How to make Custom Flash Download BSL

Part Number: AM2612
Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG

Hello Champs,

I want to download the firmware to the custom board's flash so I did below.

(got the flash parameters using ospi_flash_diag, and confirmed these flash parameters working well with application code)

  1. import "flasher_jtag_uniflash_am261x-lp_r5fss0-0_nortos_ti-arm-clang" and changed the flash settings and built the image - flasher_jtag_uniflash_am261x-lp_r5fss0-0_nortos_ti-arm-clang.out
  2. import "sbl_ospi_multicore_elf_am261x-axium_r5fss0-0_nortos_ti-arm-clang" and changed the flash settings and built the image
  3. load custom flasher -> built in 1.
  4. load SBL, built in 2 "sbl_ospi_multicore_elf_am261x-axium_r5fss0-0_nortos_ti-arm-clang.tiimage"
  5. load application "hello_world_board_syscfg_am261x-lp_r5fss0-0_freertos_ti-arm-clang.mcelf"
  6. Download

But it fails download.

Is there something wrong with this sequence?

Regards,

Ted