Yes, will we want to re-produce your issue.We don't know how to build a OE. Any instructions or documents? 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
Best, xinliang
On 11 June 2015 at 19:55, Haojian Zhuang haojian.zhuang@linaro.org wrote:
On Thu, 2015-06-11 at 18:09 +0800, Will Chen wrote:
Hi xinliang,
According to the bb file, it is "hikey" branch and commit number is "4f24dce25c64afe3a8b60822407307032fb101c0" You can refer to
https://github.com/96boards/meta-96boards/blob/master/recipes-kernel/linux/l...
Is it up to date?
Hi Will,
Could you give out the instructions to build it? We only verified android & debian build.
Regards Haojian