This patch disables display driver in u-boot which improves EDID detection https://forum.armbian.com/topic/13651-pine-a64-no-hdmi-signal/?do=findComment&comment=99169 diff --git a/configs/Bananapi_defconfig b/configs/Bananapi_defconfig index 7300e132..871c99ec 100644 --- a/configs/Bananapi_defconfig +++ b/configs/Bananapi_defconfig @@ -20,3 +20,4 @@ CONFIG_SUN7I_GMAC=y CONFIG_SCSI=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y +CONFIG_VIDEO_DE2=n