I built a Linux image for iMX8 board, which was flashed to the SD card via the following commands:
bunzip2 -dk -f core-image-minimal-imx8qxpmek.sdcard.bz2
sudo dd if=core-image-minimal-imx8qxpmek.sdcard of=/dev/sdb bs=1M conv=fsync
But when I insert an SD card, and connect the microUSB to the debug port from the host machine, I don't really see anything coming up in a serial session.
I see 4 UART ports coming up so that's good, but I don't really see anything let alone a Linux console in a serial session in at least COM32 and ttyUSB0 on Linux
I checked the switches on the board and they're set to ON, ON, OFF, OFF for 1-4 bits as suggested in the manual.