1.查看FLASH上的分区信息:
root@OpenWrt:/# cat /proc/mtd
dev: size erasesize name
mtd0: 01000000 00010000 "ALL"
mtd1: 00030000 00010000 "Bootloader"
mtd2: 00010000 00010000 "Config"
mtd3: 00010000 00010000 "Factory"
mtd4: 00fb0000 00010000 "firmware"
mtd5: 00e7c1d3 00010000 "rootfs"
mtd6: 00a20000 00010000 "rootfs_data"
2.分区解释(LINUX启动时的LOG)
[ 1.524000] W25Q128BV(ef 40180000) (16384 Kbytes)
[ 1.532000] mtd .name = raspi, .size = 0x01000000 (16M) .erasesize = 0x00010000 (64K) .numeraseregions = 0
[ 1.552000] Creating 5 MTD partitions on "raspi":
[ 1.560000] 0x000000000000-0x000001000000 : "ALL"
[ 1.572000] 0x000000000000-0x000000030000 : "Bootloader"
[ 1.584000] 0x000000030000-0x000000040000 : "Config"
[ 1.596000] 0x000000040000-0x000000050000 : "Factory"
[ 1.608000] 0x000000050000-0x000001000000 : "firmware"
[ 1.620000] 0x000000183e2d-0x000001000000 : "rootfs"
[ 1.628000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[ 1.656000] mtd: partition "rootfs_data" created automatically, ofs=0x5e0000, len=0xa20000
3、拷贝factory(无线校准)数据到tmp文件夹
然后使用SCP或者FTP把文件拷贝到PC机本地