stm32mp1 simple frame buffer
i have following yocto build configuration
Build Configuration:
BB_VERSION = "1.42.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-openstlinux_weston-linux-gnueabi"
DISTRO = "openstlinux-weston"
DISTRO_VERSION = "2.7-snapshot-20200721"
TUNE_FEATURES = "arm vfp cortexa7 neon vfpv4 thumb callconvention-hard"
TARGET_FPU = "hard"
DISTRO_CODENAME = "warrior"
GCCVERSION = "8.%"
need to what are the simple way to populate /dev/fb0, and draw a simple image RGB888 image , as i have parallel lcd RGB 24 bit display,
dont know what to add in kernel configuration, uboot level
any reference dtsi and more input
would be helpful
