With the latest delivery of Colibri IMX6DL 1.1A modules Toradex Easy Installer stopped working

@ToradexAI This is the content of our Toradex Easy Installer thumbdrive:

```
custom-image_staging_ToradexEasyInstaller_2.0b7-20210415-20251215194113/
├── SPL
├── boot-sdp.scr
├── boot.scr
├── image.json
├── morse_ok.sh
├── custom-image
│ ├── SPL
│ ├── image.json
│ ├── marketing.tar
│ ├── custom-image-colibri-imx6-mender.persistent.data.tar.xz
│ ├── custom-image-colibri-imx6-mender.tar.xz
│ ├── prepare.sh
│ ├── toradexlinux.png
│ ├── u-boot-initial-env-spl
│ ├── u-boot.img
│ └── wrapup.sh
├── recovery
│ ├── README
│ ├── imx_usb
│ ├── imx_usb.conf
│ ├── imx_usb.exe
│ ├── mx6_usb_rom.conf
│ ├── mx6_usb_sdp_spl.conf
│ ├── mx6_usb_sdp_uboot.conf
│ ├── mx6ull_usb_rom.conf
│ ├── mx6ull_usb_sdp_uboot.conf
│ ├── mx7_usb_rom.conf
│ └── mx7_usb_sdp_uboot.conf
├── recovery-linux.sh
├── recovery-windows.bat
├── tezi.itb
├── tezi.png
├── tezi_config.json
├── u-boot.img
└── wrapup.sh

3 directories, 33 files
```
As you can see, there are two image.json files:

  • image.json
  • custom-image/image.json

These are the supported_product_ids of our custom image image.json:

"supported_product_ids": [
    "0014",
    "0015",
    "0016",
    "0017",
    "0077",
    "0078",
    "0079",
    "0080"
],

These match the content of TORADEX_PRODUCT_IDS in meta-toradex-nxp/conf/machine/include/colibri-imx6.inc :

TORADEX_PRODUCT_IDS = “0014 0015 0016 0017 0077 0078 0079 0080”

The supported_product_idsof the top level image.jsonare:

"supported_product_ids": [
    "0014",
    "0015",
    "0016",
    "0017"
],

Where are those defined? We are still on Yocto Dunfell.