出现这类错误:

Could not open mtd device: u-boot

Can't open device for writing!

 

原因:官网openwrt firmware对uboot分区进行了保护。

解决:刷入一个解锁了uboot分区的openwrt固件后,再进行下面uboot写入命令。

    mtd -r write /tmp/uboot.bin u-boot 

 

修改dts文件,支持可写

openwrt Could not open mtd device: u-boot

 

 

参考文章:

http://www.openwrt.pro/post-300.html

相关文章:

  • 2021-12-14
  • 2022-01-13
  • 2021-05-22
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2021-11-27
  • 2021-12-23
相关资源
相似解决方案