software =
{
	version = "1.2.0";
	hardware-compatibility: [ "1.0", "1.1" ];
	images: (
		{
			filename = "u-boot.bin.signed";
			sha256 = "8cd3049bc9e7e7511158aa1e04f90896ce289370606d71d815d626d174bd011e"
			device = "/dev/bootloader";
		}
	);
	scripts: (
		{
			filename = "update.sh";
			sha256 = "a7566209d079cdae3386a91850bbd75ff527babc54f442b07e0523c37389f57d"
			type = "shellscript";
		}
	);
	uboot: (
		{
			name = "upgrade_step";
			value = "1";
		}
	);
}
