我的openwrt学习笔记(十七):openwrt uboot.bin导出
我的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 384+0 records in 384+0 records out root@OpenWrt:/tmp# ln -s /tmp /www/tmp root |
文章来源: blog.csdn.net,作者:悟空胆好小,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/xushx_bigbear/article/details/48003699
- 点赞
- 收藏
- 关注作者
评论(0)