We have built a yocto image for the imx7ulp evk as per the guide i.MX Yocto Project User's Guide (nxp.com) with the DISTRO as fsl-imx-fb, MACHINE as imx7ulpevk and built the core-image-minimal image.
Yocto generated the core-image-minimal file. We burnt this to an sd card using the command:
bzcat fsl-image-fb.wic.bz2 | sudo dd of=/dev/sdd bs=1M conv=fsync
When the SD card is loaded onto the imx7ulevk and booted, on the comm port connected to micro USB port, we get the u-boot messages followed by the kernel messages, but we never get a login prompt as the document says we should get.
Is there a missing step(s) to get the boot login?
When a display is connected on the HDMI port, only the yocto linux logo is visible with a blinking cursor. Attaching a USB keyboard and pressing any key does not seem to have any effect.
After failing with this for several days without any resolution we burn a new SD card with the imx-image-full-imx7ulpevk.wic image from the LF_v5.15.32-2.0.0_images_IMX7ULPEVK using the command:
sudo dd if=imx-image-full-imx7ulpevk.wic of=/dev/sdd bs=1M conv=fsync
But we get the same behaviour with this as well: u-Boot boots, kernel boots but does not provide a login prompt or any shell either on the comm port from the micro USB port or the HDMI.
The log from the micro USB comm port is attached for further investigation.