my_WR703N_art_backup.zip I use below command to backup it:
# cat /proc/mtd
dev: size erasesize name
mtd0: 00020000 00010000 "boot"
mtd1: 00100000 00010000 "kernel"
mtd2: 002c0000 00010000 "rootfs"
mtd3: 00010000 00010000 "config"
mtd4: 00010000 00010000 "art"
# cat /dev/mtdblock4 >art
# tftp -p -l art 192.168.1.2
(192.168.1.2 is my pc which is a tftp server)
阅读(2107) | 评论(0) | 转发(0) |