{
    "config_format": "2",
    "autoinstall": false,
    "name": "Toradex Embedded Linux Reference Minimal Image (UPSTREAM)",
    "description": "Minimal image without graphical interface that just boots",
    "version": "7.6.0+build.12",
    "release_date": "2026-04-01",
    "u_boot_env": "u-boot-initial-env",
    "prepare_script": "prepare.sh",
    "wrapup_script": "wrapup.sh",
    "marketing": "marketing.tar",
    "icon": "toradexlinux.png",
    "supported_product_ids": [
        "0062"
    ],
    "blockdevs": [
        {
            "name": "mmcblk0",
            "partitions": [
                {
                    "partition_size_nominal": 24,
                    "want_maximised": false,
                    "content": {
                        "label": "BOOT",
                        "filesystem_type": "FAT",
                        "mkfs_options": "",
                        "filename": "Reference-Minimal-Image-upstream-colibri-imx6ull-emmc.rootfs.bootfs.tar.xz",
                        "uncompressed_size": 7.94140625
                    }
                },
                {
                    "partition_size_nominal": "512",
                    "want_maximised": true,
                    "content": {
                        "label": "RFS",
                        "filesystem_type": "ext4",
                        "mkfs_options": "-E nodiscard",
                        "filename": "Reference-Minimal-Image-upstream-colibri-imx6ull-emmc.rootfs.tar.xz",
                        "uncompressed_size": 138.41015625
                    }
                }
            ]
        },
        {
            "name": "mmcblk0boot0",
            "erase": true,
            "content": {
                "filesystem_type": "raw",
                "rawfiles": [
                    {
                        "filename": "u-boot.imx",
                        "dd_options": "seek=2"
                    }
                ]
            }
        }
    ]
}