Hello,
I've bought an iMX8QuadMax and I try to recompile the kernel following : https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf
I tried to follow the most standard configuration (DISTRO=fsl-imx-xwayland, bitbake imx-image-multimedia), it compiles till the end without any errors.
However, once I 'dd' the wic file from the deploy directory to the SD card, there is nothing showing up on the console nor on the HDMI output. With the linux binary from NXP, uboot and linux boot perfectly, so I know my setup is correct (uart drivers, boot switches, cables...)
My questions are :
- do I miss a step to include u-boot or any secure boot in the bitbake process ?
- is there anyway to verify that the wic file embeds uboot ?
Thank you