software =
{
    version = "##SW_VERSION##";

    images: (
        {
            filename = "##BOOTIMG_NAME##";
            device = "/dev/mmcblk0p1";
            type = "raw";
            sha256 = "@##BOOTIMG_NAME##";
        },
        {
            filename = "##ROOTIMG_NAME##";
            device = "/dev/mmcblk0p3";
            type = "raw";
            sha256 = "@##ROOTIMG_NAME##";
        }
    );
}
