Other Parts Discussed in Thread: SK-AM62
Tool/software:
MCU SDK version: mcu_plus_sdk_am62x_10_01_00_33
Test EVM: SK-AM62
CCS version: 12.8.1
I imported the example from C:\ti\mcu_plus_sdk_am62x_10_01_00_33\examples\sdl\stog_r5f\am62x-sk\system_nortos\
Then, I compiled the M4F and R5 projects and copied the generated appimage.hs_fs into the below path.
I use the file below to flash the test examples
4011.default_sbl_ospi_hs_fs.cfg
Below is the UART log from SBL UART
There is no uart log can get from R5 or M4F uart
[08:45:06.741]收←◆ SYSFW Firmware Version 10.1.8--v10.01.08 (Fiery Fox) SYSFW Firmware revision 0xa SYSFW ABI revision 4.0 [08:45:06.772]收←◆[BOOTLOADER_PROFILE] Boot Media : FLASH [BOOTLOADER_PROFILE] Boot Media Clock : 166.667 MHz [BOOTLOADER_PROFILE] Boot Image Size : 165 KB [BOOTLOADER_PROFILE] Cores present : m4f0-0 r5f0-0 [BOOTLOADER PROFILE] System_init : 5439us [BOOTLOADER PROFILE] Board_init : 0us [BOOTLOADER PROFILE] Drivers_open : 300us [BOOTLOADER PROFILE] Board_driversOpen : 1265us [BOOTLOADER PROFILE] Sciclient Get Version : 10203us [BOOTLOADER PROFILE] App_waitForMcuPbist : 8653us [BOOTLOADER PROFILE] App_waitForMcuLbist : 7689us [BOOTLOADER PROFILE] App_loadImages : 3123us [BOOTLOADER PROFILE] App_loadSelfcoreImage : 4038us [BOOTLOADER_PROFILE] SBL Total Time Taken : 40715us Image loading done, switching to application ... Starting MCU-m4f and 2nd stage bootloader SYSFW Firmware Version 10.1.8--v10.01.08 (Fiery Fox) SYSFW Firmware revision 0xa SYSFW ABI revision 4.0 [BOOTLOADER_PROFILE] Boot Media : FLASH [BOOTLOADER_PROFILE] Boot Media Clock : 166.667 MHz [BOOTLOADER_PROFILE] Boot Image Size : 384 KB [BOOTLOADER_PROFILE] Cores present : hsm-m4f0-0 r5f0-0 a530-0 [BOOTLOADER PROFILE] System_init : 2805us [BOOTLOADER PROFILE] Board_init : 1us [BOOTLOADER PROFILE] Drivers_open [08:45:06.931]收←◆: 388us [BOOTLOADER PROFILE] Board_driversOpen : 140us [BOOTLOADER PROFILE] Sciclient Get Version : 10218us [BOOTLOADER PROFILE] App_loadImages : 2694us [BOOTLOADER PROFILE] App_loadSelfcoreImage : 5066us [BOOTLOADER PROFILE] App_loadA53Images : 4219us [BOOTLOADER_PROFILE] SBL Total Time Taken : 25534us Image loading done, switching to application ... Starting RTOS/Baremetal applications NOTICE: BL31: v2.11.0(debug):REL.MCUSDK.K3.10.01.00.33 NOTICE: BL31: Built : 04:52:15, Dec 19 2024 INFO: GICv3 without legacy support detected. INFO: ARM GICv3 driver initialized in EL3 INFO: Maximum SPI INTID supported: 287 INFO: SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)') [08:45:08.004]收←◆ERROR: Timeout waiting for thread SP_RESPONSE to fill ERROR: Thread SP_RESPONSE verification failed (-60) ERROR: Message receive failed (-60) ERROR: Failed to get response (-60) ERROR: Transfer send failed (-60) WARNING: Unable to take system power reference INFO: BL31: Initializing runtime services INFO: BL31: cortex_a53: CPU workaround for erratum 855873 was applied INFO: BL31: cortex_a53: CPU workaround for erratum 1530924 was applied [08:45:09.055]收←◆ERROR: Timeout waiting for thread SP_RESPONSE to fill ERROR: Thread SP_RESPONSE verification failed (-60) ERROR: Message receive failed (-60) ERROR: Failed to get response (-60) ERROR: Transfer send failed (-60) ERROR: Unable to query firmware capabilities (-60) INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x80080000 INFO: SPSR = 0x3c9
Question: How to make this system stog example run?