This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hardware platform: EVM development board
SDK version: 8.00
step:
1.make -j BOARD=j721e_evm CORE=mcu1_0 BUILD_PROFILE=release sbl_mmcsd_img
sbl_mmcsd_img_mcu1_0_release.tiimage --->boot/tiboot3.bin
2.make -s -j can_boot_app_mcu_rtos HLOSBOOT=linux CANFUNC=none BOOTMODE=mmcsd BOARD=j721e_evm SOC=j721e BUILD_PROFILE=release CORE=mcu1_0 BUILD_OS_TYPE=freertos
can_boot_app_mcu_rtos_mcu1_0_release.appimage.signed --->boot/app
3.constructappimage_multistage_j721e.sh atf.appimage kernel.appimage dtb.appimage /boot
when I Reboot the EVM board in SD boot mode, a Oops error will appear in the kerner log
how to solve!!!
thinks !
抱歉,回复晚了。
请看下面e2e工程师的回复。
Thanks! Image is clear. The crash is from remoteproc driver. Have you enabled the remotecore firmware loading in your combined appImage?
It seems that Linux rproc driver is not able to add resource. Have you tried SPL boot flow? Do you see the same issue?