|
Hi
I installed the official ubuntu 16.04 from your site , when uboot starts it shows the boot console and boot.bmp logo in the center , it's v2020.04.
I need to display the logo without the console so I cloned https://github.com/orangepi-xunlong/mainline_uboot
and used menuconfig to enable "graphical uboot console on HDMI, LCD or VGA" , but the problem is that config VIDEO_SUNXI depends on !MACH_SUNXI_H3_H5
and config VIDEO_HDMI depends on !MACH_SUN8I
which means it's not supported on H3 , but how did Orange pi devlopers did it? how to enable these options and enable bmp logo display?
any help is apreciated.
|
|