|
F663NV9
Login: root
Password:
BusyBox v1.17.2 (2020-09-22 03:18:56 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/ # cat /proc/mtd
dev: size erasesize name
mtd0: 10000000 00020000 "whole flash"
mtd1: 00200000 00020000 "u-boot"
mtd2: 00400000 00020000 "others"
mtd3: 00400000 00020000 "parameter tags"
mtd4: 00400000 00020000 "wlan"
mtd5: 00800000 00020000 "usercfg"
mtd6: 00400000 00020000 "middleware"
mtd7: 02000000 00020000 "kernel1"
mtd8: 02000000 00020000 "kernel2"
mtd9: 03200000 00020000 "osgi1"
mtd10: 03200000 00020000 "osgi2"
mtd11: 04100000 00020000 "plugin_data"
mtd12: 01fe0000 00020000 "rootfs"
/ # dd if=/dev/mtd12 of=./254.12.bin
65280+0 records in
65280+0 records out
33423360 bytes (31.9MB) copied, 33.206153 seconds, 983.0KB/s
/ # dd of=/dev/mtd12 if=./254.12.bin
dd: writing '/dev/mtd12': Input/output error
2+0 records in
1+0 records out
512 bytes (512B) copied, 0.003061 seconds, 163.3KB/s
/ #
SOS
|
|