Created
September 6, 2016 13:13
-
-
Save skygunner/a1a3dcae9cd28d784660239b7b2038bf to your computer and use it in GitHub Desktop.
back up the bootloader of the TP LINK WR1043ND V2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@DD-WRT:~# cat /proc/mtd | |
dev: size erasesize name | |
mtd0: 00020000 00010000 "RedBoot" | |
mtd1: 007c0000 00010000 "linux" | |
mtd2: 00670000 00010000 "rootfs" | |
mtd3: 00060000 00010000 "ddwrt" | |
mtd4: 00010000 00010000 "nvram" | |
mtd5: 00010000 00010000 "board_config" | |
mtd6: 00800000 00010000 "fullflash" | |
mtd7: 00020000 00010000 "fullboot" | |
mtd8: 00010000 00010000 "uboot-env" | |
cat /proc/mtd0 > /tmp/boot.bin | |
then using winscp to download the file to pc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment