[][src]Constant blflash::chip::bl602::DEFAULT_PARTITION_CFG

pub const DEFAULT_PARTITION_CFG: &'static [u8] = b"[pt_table]\n#partition table is 4K in size\naddress0 = 0xE000\naddress1 = 0xF000\n\n[[pt_entry]]\ntype = 0\nname = \"FW\"\ndevice = 0\naddress0 = 0x10000\nsize0 = 0xC8000\naddress1 = 0xD8000\nsize1 = 0x88000\n# compressed image must set len,normal image can left it to 0\nlen = 0\n\n[[pt_entry]]\ntype = 2\nname = \"mfg\"\ndevice = 0\naddress0 = 0x160000\nsize0 = 0x32000\naddress1 = 0\nsize1 = 0\n# compressed image must set len,normal image can left it to 0\nlen = 0\n\n[[pt_entry]]\ntype = 3\nname = \"media\"\ndevice = 0\naddress0 = 0x192000\nsize0 = 0x57000\naddress1 = 0\nsize1 = 0\n# compressed image must set len,normal image can left it to 0\nlen = 0\n\n[[pt_entry]]\ntype = 4\nname = \"PSM\"\ndevice = 0\naddress0 = 0x1E9000\nsize0 = 0x8000\naddress1 = 0\nsize1 = 0\n# compressed image must set len,normal image can left it to 0\nlen = 0\n\n[[pt_entry]]\ntype = 5\nname = \"KEY\"\ndevice = 0\naddress0 = 0x1F1000\nsize0 = 0x2000\naddress1 = 0\nsize1 = 0\n# compressed image must set len,normal image can left it to 0\nlen = 0\n\n[[pt_entry]]\ntype = 6\nname = \"DATA\"\ndevice = 0\naddress0 = 0x1F3000\nsize0 = 0x5000\naddress1 = 0\nsize1 = 0\n# compressed image must set len,normal image can left it to 0\nlen = 0\n\n\n[[pt_entry]]\ntype = 7\nname = \"factory\"\ndevice = 0\naddress0 = 0x1F8000\nsize0 = 0x7000\naddress1 = 0\nsize1 = 0\n# compressed image must set len,normal image can left it to 0\nlen = 0\n\n#if user want to put RF calibration data on flash, uncomment following pt entry\n#[[pt_entry]]\n#type = 8\n#name = \"rf_para\"\n#device = 0\n#address0 = 0x1FF000\n#size0 = 0x1000\n#address1 = 0\n#size1 = 0\n## compressed image must set len,normal image can left it to 0\n#len = 0\n";