SK-AM64B: Problem flashing example

Part Number: SK-AM64B
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

Hi,

I'm trying to follow the SDk user guide to flash an already build example. My example is hello_world_am64x-sk_a53ss0-0_freertos_gcc-aarch64. 

The code run in debug and in release from CCS, my CCS is uptodate, the SDK version is 11.01.00.17.

I flash using the instructions from: https://software-dl.ti.com/mcu-plus-sdk/esd/AM64X/latest/exports/docs/api_guide_am64x/GETTING_STARTED_FLASH.html

my flash config file contains the following lines:

--flash-writer=sbl_prebuilt/am64x-sk/sbl_uart_uniflash.release.hs_fs.tiimage

#--operation=flash-phy-tuning-data

--file=sbl_prebuilt/am64x-sk/sbl_ospi.release.hs_fs.tiimage --operation=flash --flash-offset=0x0

--file=<workspace_ccstheia>/hello_world_am64x-sk_a53ss0-0_freertos_gcc-aarch64/Release/hello_world_am64x-sk_a53ss0-0_freertos_gcc-aarch64.appimage.hs_fs --operation=flash --flash-offset=0x80000

The flash operation run without problem, but when I'm trying to run the code from the board, after setting up the board to boot in  OSPI mode the serial console show only this:

DMSC Firmware Version 11.0.7--v11.00.07 (Fancy Rat)
DMSC Firmware revision 0xb
DMSC ABI revision 4.0

What is wrong?

Kind regards,

Andrea Tosetto