software = { version = "##SW_VERSION##"; images: ( { filename = "##BOOTIMG_NAME##"; device = "/dev/mmcblk0p1"; types = "raw"; }, { filename = "##ROOTIMG_NAME##"; device = "/dev/mmcblk0p3"; types = "raw"; } ); }