前言:
uboot.bin是启动系统的软件,为防止其被破坏无法恢复,可以将它导出来保存
一、本次提供一下方法:
root@OpenWrt:#cat /proc/mtd
/dev: size erasesize name
mtd0: 00030000 00010000 "u-boot"
mtd1: 00010000 00010000 "u-boot-env"
mtd2: 00010000 00010000 "factory"
mtd3: 007b0000 00010000 "firmware"
mtd4: 006bfd4b 00010000 "rootfs"
mtd5: 00300000 00010000 "rootfs_data"
root@OpenWrt:# dd if=/dev/mtdblock0 of=/tmp/uboot.bin
384+0 records in
384+0 records out
root@OpenWrt:# md5sum uboot.bin
网友评论