Hi all,
I have a IMX 8M Nano EVK board and I am trying to flash in the SD the latest LB downloaded from https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...
I am following chapter "4.3.2Copying the full SD card image" of Linux User's Guide.
So I plug my SD in the SD Reader and then launching the command:
sudo dd if=imx-image-full-imx8mnevk.wic of=/dev/sdb bs=1M && sync
Then I plugged it to the EVK board, setting properly the switches in manner to boot from the SD but nothing happens at power on. I know that it can boot from the SD correctly because we have another SD with Ubuntu Bionic that can correctly boot (I see the video output via HDMI) provided by an ex-employee. I need to make this work at least with the prebuilt Linux versions NXP provides.
Is there something I am missing?
Thanks in advance
UPDATE:
I also tried the solution mention in the question https://community.nxp.com/t5/i-MX-Processors/Understanding-imx8mqevk-and-booting-linux-from-sdcard/m...
So I did the following operations:
sudo dd if=imx-image-full-imx8mnevk.wic of=/dev/sdb bs=1M && sync
sudo dd if=fsl-image-mfgtool-initramfs-imx_mfgtools.cpio.gz.u-boot of=/dev/sdb bs=1k seek=32 conv=fsync
But it still does not boot.