Skip to content

Instantly share code, notes, and snippets.

@skygunner
Created September 6, 2016 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skygunner/a1a3dcae9cd28d784660239b7b2038bf to your computer and use it in GitHub Desktop.
Save skygunner/a1a3dcae9cd28d784660239b7b2038bf to your computer and use it in GitHub Desktop.
back up the bootloader of the TP LINK WR1043ND V2
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