{
	"name": "Two ROM slots in 1MB of flash",
	"base_config": "standard",
	"partitions": {
		"rom0": {
			"subtype": "ota_0",
			"size": "480K"
		},
		"rom1": {
			"address": "0x80000",
			"size": "488K",
			"type": "app",
			"subtype": "ota_1",
			"filename": "$(RBOOT_ROM_1_BIN)"
		}
	}
}
