Hi,
I am using the Nitrogen6 SOM V2 with the Nitrogen6 carrier board. I am following these instructions
I use image
20210315-boundary-image-multimedia-full-nitrogen6x.wic.gz
on the SD card. When I try to boot I get the error
Press SPACE to abort autoboot in 0 seconds
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script boot.scr
4898 bytes read in 15 ms (318.4 KiB/s)
## Executing script at 10008000
cpu2=6Q
cpu3=6Q
** Unable to read file uEnv.txt **
** Unable to read file imx6q-vml_cci.dtb **
!!!! Error loading imx6q-vml_cci.dtb
SCRIPT FAILED: continuing...
Found U-Boot script boot.scr
4898 bytes read in 15 ms (318.4 KiB/s)
## Executing script at 10008000
cpu2=6Q
cpu3=6Q
** Unable to read file uEnv.txt **
** Unable to read file imx6q-vml_cci.dtb **
!!!! Error loading imx6q-vml_cci.dtb
SCRIPT FAILED: continuing...
Hello,
Ezurio uses two different tools to flash the image, via zcat and dd under Linux and balenaEtcher.
I suggest you follow the instructions recommended by the manufacturer.
Also, please confirm that the processor part number of your board matches with the flashed image, if you are using the incorrect image can cause the issue you are seeing.
Best regards.
I am using the Nitrogen 6 SoM V2 and the image
20220204-nitrogen6x-4.14.x_2.0.1_ga-bionic-en_US-console_armhf.img.gz
I did
gunzip 20220204-nitrogen6x-4.14.x_2.0.1_ga-bionic-en_US-console_armhf.img.gz
sudo ddrescue -D --force 20220204-nitrogen6x-4.14.x_2.0.1_ga-bionic-en_US-console_armhf.img /dev/sda
as stated on the page
https://www.ezurio.com/resources/software-announcements/ubuntu-bionic-18-04-3-lts-for-i-mx6-7-boards...
Hi,
This is because you are trying to load a device tree which is not a standard device tree from Boundary Devices / Ezurio ( imx6q-vml_cci.dtb).
Please erase your U-Boot environment and you'll see the OS booting.
Regards,