美文网首页
openwrt uboot.bin导出

openwrt uboot.bin导出

作者: only_cherry | 来源:发表于2018-11-05 09:18 被阅读0次

前言:

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

相关文章

网友评论

      本文标题:openwrt uboot.bin导出

      本文链接:https://www.haomeiwen.com/subject/xaujxqtx.html