{
    "config_format": "2",
    "autoinstall": false,
    "name": "Toradex Embedded Linux Reference Multimedia Image (UPSTREAM)",
    "description": "Image for BSP verification with QT and multimedia features",
    "version": "6.8.6+build.20",
    "release_date": "2026-04-02",
    "u_boot_env": "u-boot-initial-env",
    "prepare_script": "prepare.sh",
    "wrapup_script": "wrapup.sh",
    "marketing": "marketing.tar",
    "icon": "toradexlinux.png",
    "supported_product_ids": [
        "0032",
        "0033",
        "0041",
        "0081"
    ],
    "mtddevs": [
        {
            "name": "u-boot1",
            "content": {
                "rawfile": {
                    "filename": "u-boot-nand.imx",
                    "size": 1
                }
            }
        },
        {
            "name": "u-boot2",
            "content": {
                "rawfile": {
                    "filename": "u-boot-nand.imx",
                    "size": 1
                }
            }
        },
        {
            "name": "u-boot-env",
            "erase": true,
            "content": {}
        },
        {
            "name": "ubi",
            "ubivolumes": [
                {
                    "name": "kernel",
                    "size_kib": 12288,
                    "type": "static",
                    "content": {
                        "rawfile": {
                            "filename": "zImage",
                            "size": 5
                        }
                    }
                },
                {
                    "name": "dtb",
                    "content": {
                        "rawfiles": [
                            {
                                "filename": "imx7s-colibri-eval-v3.dtb",
                                "product_ids": "0032"
                            },
                            {
                                "filename": "imx7d-colibri-eval-v3.dtb",
                                "product_ids": "0033"
                            },
                            {
                                "filename": "imx7d-colibri-eval-v3.dtb",
                                "product_ids": "0041"
                            },
                            {
                                "filename": "imx7d-colibri-eval-v3.dtb",
                                "product_ids": "0081"
                            }
                        ]
                    },
                    "size_kib": 128,
                    "type": "static"
                },
                {
                    "name": "m4firmware",
                    "size_kib": 896,
                    "type": "static"
                },
                {
                    "name": "rootfs",
                    "content": {
                        "filesystem_type": "ubifs",
                        "filename": "Reference-Multimedia-Image-upstream-colibri-imx7.tar.xz",
                        "uncompressed_size": 707.34375
                    }
                }
            ]
        }
    ]
}