Hello Toradex community,
I have a few questions regarding flashing a custom Yocto image on the Verdin i.MX8MP board and using UART.
-
Flashing via Toradex Easy Installer: If I flash my custom image using Toradex Easy Installer, created with the
meta-toradex-tezilayer, via the SD card, will this remove the Toradex Easy Installer already present on the board, or will it remain intact? -
Booting from the SD card: If the Toradex Easy Installer is removed, is it possible to boot directly from the SD card to avoid writing to the onboard flash and thus preserve it during development?
-
Using UART: To access the Linux terminal on the Verdin board, I am using a USB-to-UART converter connected to GND, TX, and RX. Are these pins correct if I connect them to the UART1 header (UART_1_RX, UART_1_TX) to see the terminal? Do I need to enable UART in my Yocto project?
My concern is that if I flash my Yocto-built image, I might not see anything on the serial screen, and I wouldnāt know if the issue comes from the UART setup or the custom image failing to boot.
Here is the content of the uncompressed image Verdin-iMX8MP_Reference-Minimal-Image-Tezi_7.5.0-devel-20251106093402+build.0.tar that I plan to flash onto my SD card:
ī image.json
ļ
Reference-Minimal-Image-imx8mp-verdin.bootfs.tar.xz
ļ
u-boot-initial-env-sd
ļ
imx-boot
ļ
Reference-Minimal-Image-imx8mp-verdin.tar.xz
If you notice anything that might cause a problem, I would appreciate a warning.
Iām a beginner in this field, so apologies if some of my questions seem trivial.
Thank you very much for your help!