我的openwrt学习笔记(十七):openwrt uboot.bin导出
Openwrt 烧写应用程序.BIN 是靠uboot.bin的,为了防止uboot.bin被破坏,无法恢复的问题,可以把uboot.bin从FLASH导出来,方法有很多,但是需要借助编程器等软件硬件!
这里提供一个新的方法,导出uboot.bin.
| root@OpenWrt:/tmp# 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:/tmp# dd if=/dev/mtdblock0 of=/tmp/uboot.bin |
本文介绍了一种新的方法,用于从openwrt的FLASH中导出uboot.bin,以防止其被破坏导致无法恢复。该方法不需要额外的编程器或硬件设备。
订阅专栏 解锁全文
1442

被折叠的 条评论
为什么被折叠?



