Yes, will we want to re-produce your issue.We don't know how to build a OE. Any
It seems that the display driver cause this crash. But i don't figure out why now?
You can try to disable display driver by bellow patch to see if OE can run up.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 00dca5a..9464daf 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -276,9 +276,6 @@ CONFIG_MALI450=y
CONFIG_MALI_SHARED_INTERRUPTS=y
CONFIG_MALI_DT=y
CONFIG_MALI_PLAT_SPECIFIC_DT=y
-CONFIG_DRM=y
-CONFIG_DRM_I2C_ADV7511=y
-CONFIG_DRM_HISI=y
CONFIG_FB_ARMCLCD=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_LOGO=y