[IOT][SD Card] Boot stuck after entering Linux kernel

We are testing SDCard Boot with scarthgap-v25.1 according to the following URL:

However, I am unable to boot.

Previously, we were able to boot.
However, with the latest OS version (scarthgap-v25.1), booting is no longer possible.
Is there a way to boot?
There are also some error logs as follows. Please help to check.

SDboot_log_efi.txt
[ 5.941532] mali 13000000.gpu: Error -22, no DT entry: mali-simple-power-model.static-coefficient = 1*[0]
[ 5.942865] mali 13000000.gpu: Error -22, no DT entry: mali-simple-power-model.dynamic-coefficient = 1*[0]
[ 5.944171] mali 13000000.gpu: Error -22, no DT entry: mali-simple-power-model.ts = 4*[0]
[ 5.945291] mali 13000000.gpu: Error -22, no DT entry: mali-simple-power-model.thermal-zone = ‘’
[ 8.005494] [drm] Wait DSI IRQ(0x00000008) Timeout
[ 8.006117] [drm:mtk_dsi_host_transfer] *ERROR* failed to switch cmd mode
[ 9.025502] timeout for thread:0x000000003d275aff idx:0

SDboot_log.txt
[ 5.475020] mali 13000000.gpu: Error -22, no DT entry: mali-simple-power-model.static-coefficient = 1*[0]
[ 5.476320] mali 13000000.gpu: Error -22, no DT entry: mali-simple-power-model.dynamic-coefficient = 1*[0]
[ 5.478008] mali 13000000.gpu: Error -22, no DT entry: mali-simple-power-model.ts = 4*[0]
[ 5.479141] mali 13000000.gpu: Error -22, no DT entry: mali-simple-power-model.thermal-zone = ‘’

MediaTek QA reported this feature has been verified on v25.1 with all boards which support sd card boot feature.
According to the log, it seems some user space has been stuck and there is no more error with sdcard.
Since the system already boot into Linux, which means sd card boot already worked.

According to the error log you’ve provided, It seems the destkop and drm timeout not happened in failed log.
Maybe you’ll need to fix mali DTS and double check why timeout not happend.
Maybe the system is still waiting for drm timeout.
It’s should not related to SD boot feature.