Module: Colibri imx8
Yocto Reference Image
I am building the Yocto Reference Image for Colibri iMX8, and I want to enable the splash screen on the Linux Kernel.
I followed this document Splash Screen on the Linux Kernel | Toradex Developer Center, created the logo_custom_clut224.ppm, copied it to the ${S}/drivers/video/logo/logo_custom_clut224.ppm in the linux-toradex_%.bbappend.
But which defconfig file should I modify to add the CONFIG_LOGO_CUSTOM_CLUT224=y ?
I created a patch for the file arch/arm64/configs/toradex_defconfig, and I can see the line has been added to the file:
./tmp/work/colibri_imx8x-tdx-linux/linux-toradex/5.15.77+gitAUTOINC+aa0ff7e355-r0/defconfig
But the build/.config file still doesn’t have the line:
./tmp/work/colibri_imx8x-tdx-linux/linux-toradex/5.15.77+gitAUTOINC+aa0ff7e355-r0/build/.config
Which defconfig file should I modify to add the CONFIG_LOGO_CUSTOM_CLUT224=y?