Part Number: AM62P
Other Parts Discussed in Thread: UNIFLASH
Hi TI,
linux.falcon.appimage.hs_fs into the board, the system cannot boot normally and hangs. By the way, the board boots normally when not using the Falcon appimage, I am using the exact same files that were used to build linux.falcon.appimage.hs_fs.MCU SDK: mcu_plus_sdk_am62px_11_01_01_08
Linux SDK: ti-processor-sdk-linux-am62pxx-evm-11.01.16.13
[BOOTLOADER_PROFILE] Boot Media : FLASH
[BOOTLOADER_PROFILE] Boot Media Clock : 166.667 MHz
[BOOTLOADER_PROFILE] Boot Image Size : 256 KB
[BOOTLOADER_PROFILE] Cores present :
wkup-r5f0-0
[BOOTLOADER PROFILE] System_init : 27701us
[BOOTLOADER PROFILE] App_waitForMcuPbist : 2us
[BOOTLOADER PROFILE] Board_init : 0us
[BOOTLOADER PROFILE] Drivers_open : 1us
[BOOTLOADER PROFILE] SBL Drivers_open : 153us
[BOOTLOADER PROFILE] Board_driversOpen : 8us
[BOOTLOADER PROFILE] SBL Board_driversOpen : 1419us
[BOOTLOADER PROFILE] App_loadSelfcoreImage : 4618us
[BOOTLOADER_PROFILE] SBL Total Time Taken : 33905us
Image loading done, switching to application ...
Starting 2nd stage bootloader
[BOOTLOADER_PROFILE] Boot Media : FLASH
[BOOTLOADER_PROFILE] Boot Media Clock : 166.667 MHz
[BOOTLOADER_PROFILE] Boot Image Size : 22616 KB
[BOOTLOADER_PROFILE] Cores present :
hsm-m4f0-0
mcu-r5f0-0
a530-0
[BOOTLOADER PROFILE] System_init : 2171us
[BOOTLOADER PROFILE] Board_init : 3us
[BOOTLOADER PROFILE] FreeRtosTask Create : 260us
[BOOTLOADER PROFILE] SBL Drivers_open : 1012us
[BOOTLOADER PROFILE] SBL Board_driversOpen : 260us
[BOOTLOADER PROFILE] HSM Image Load : 3837us
[BOOTLOADER PROFILE] MCU R5 Image Load : 4224us
[BOOTLOADER PROFILE] A53 Image Load : 176656us
[BOOTLOADER_PROFILE] SBL Total Time Taken : 188428us
Image loading done, switching to application ...
Starting linux and RTOS/Baremetal applications
NOTICE: BL31: v2.13.0(release):v2.13.0-259-ge0c4d3903b-dirty
NOTICE: BL31: Built : 07:01:36, Jul 1 2025
diff --git a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
index 39b7c2487..b74552546 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
@@ -38,7 +38,7 @@ chosen {
ranges;
stdout-path = &main_uart0;
-
+ bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p1 rootwait rw"; // boot to mmc
framebuffer0: framebuffer@0 {
compatible = "simple-framebuffer";
power-domains = <&k3_pds 186 TI_SCI_PD_EXCLUSIVE>;
BR,
Dongcan