Hi,
I am working imx8mplus dev board by nxp. Below is configuration for yocto build:-
MACHINE = "imx8mpevk-fastboot"
DISTRO = "fsl-imx-wayland"
DISTRO_VERSION = "6.6-scarthgap"
bitbake imx-image-fastboot
Following document falcon mode fastboot AN14093 version 2.0.
Now I want to display custom logo during uboot booting means before kernel boot.
During :-
U-Boot SPL 2024.04+g674440bc73e+p0 (Jun 06 2024 - 10:05:34 +0000)
DDRINFO: start DRAM init
DDRINFO: DRAM rate 4000MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
SEC0: RNG instantiated
Normal Boot
Trying to boot from MMC1
Please guide me how to do this.
I am doing this because i need to on display as soon as power on. Even falcon mode takes 3-4 seconds which i have already implemented but i need less than 2 seconds to show something on display.
Thanks in advance!!