--- a/tools/firmware-utils/src/tplink-safeloader.c +++ b/tools/firmware-utils/src/tplink-safeloader.c @@ -312,10 +312,10 @@ static struct device_info boards[] = { {"default-mac", 0x30000, 0x00020}, {"product-info", 0x31100, 0x00100}, {"signature", 0x32000, 0x00400}, - {"os-image", 0x40000, 0x200000}, - {"file-system", 0x240000, 0x570000}, + {"device-id", 0x33000, 0x00100}, + {"firmware", 0x40000, 0x770000}, {"soft-version", 0x7b0000, 0x00100}, - {"support-list", 0x7b1000, 0x00400}, + {"support-list", 0x7b1000, 0x01000}, {"user-config", 0x7c0000, 0x10000}, {"default-config", 0x7d0000, 0x10000}, {"log", 0x7e0000, 0x10000},