{
    "config_format": 2,
    "autoinstall": false,
    "name": "AMCO NEXO Base Image v5",
    "version": "2.7b5",
    "description": "AMCO Yocto Base image for Nexo (with AMCO software and functional tests)",
    "release_date": "2022-28-04",
    "wrapup_script": "wrapup.sh",
    "u_boot_env": "uboot.env",
    "icon": "amco.png",
    "supported_product_ids": [
        "0014",
        "0015",
        "0016",
        "0017"
    ],
    "blockdevs": [
        {
            "partitions": [
                {
                    "want_maximised": false,
                    "partition_size_nominal": 16,
                    "content": {
                        "mkfs_options": "",
                        "filename": "bootfs.tar.xz",
                        "label": "BOOT",
                        "filesystem_type": "FAT",
                        "uncompressed_size": 5.0
                    }
                },
                {
                    "want_maximised": true,
                    "partition_size_nominal": 3628,
                    "content": {
                        "mkfs_options": "-E nodiscard",
                        "filename": "rootfs.tar.xz",
                        "label": "RFS",
                        "filesystem_type": "ext4",
                        "uncompressed_size": 850.8
                    }
                }
            ],
            "name": "mmcblk0"
        },
        {
            "name": "mmcblk0boot0",
            "content": {
                "rawfiles": [
                    {
                        "filename": "SPL",
                        "dd_options": "seek=2"
                    },
                    {
                        "filename": "u-boot.imx",
                        "dd_options": "seek=138"
                    }
                ],
                "filesystem_type": "raw"
            }
        }
    ]
}
