Hello.
I am newbie about Yocto and I get stuck on when start tying to boot. I have Apalis i.MX8QM 4GB V1.0A SOM and Ixora V1.1A carrier board.
I did the step-by-step compile using this site this site as a reference. I used BSP 5.0.0
MACHINE = apalis-imx8
DISTRO = tdx-xwayland
IMAGE = tdx-reference-minimal-image
Apalis-iMX8_Reference-Minimal-Image.rootfs.wic.gz
image created in deploy/images/apalis-imx8
folder. I flashed image to sd card when use gzip -dc Apalis-iMX8_Reference-Minimal-Image.rootfs.wic.gz | sudo dd of=/dev/sdb conv=fdatasync bs=4M
command
I insert the SD card into the device and after powering up the device, I can’t see anything on the serial port and only LED1(The 3.3_SW voltage is available) is on. Other LED is off.
Where could the problem be? It would be great if you could help me figure out where to check.
Thanks