I am using Radax bsp sdk to build a custom u-boot by enabling the following settings in bsp/u-boot/latest/fork.conf but it looks like it breaks something and the u-boot image does not build for rock-4se.
CONFIG_DISPLAY=y
CONFIG_VIDEO_ROCKCHIP=y
CONFIG_SPLASH_SCREEN=y
I have commented these highlighted lines to enable display setting in u-boot for rock-4se. But it does not generate u-boot image after commenting these lines:
Also as you can see it is mentioned in fork.conf file that “display is currently corrupted with it”. Can you please help us to fix this? Because we need to enable video driver in u-boot to show logo as soon as rock-4se boots up.