|
还是不行....
- root@OpenWrt:/tmp# cat /proc/mtd
- dev: size erasesize name
- mtd0: 00040000 00010000 "RouterBoot"
- mtd1: 0000f000 00010000 "bootloader1"
- mtd2: 00001000 00010000 "hard_config"
- mtd3: 0000f000 00010000 "bootloader2"
- mtd4: 00001000 00010000 "soft_config"
- mtd5: 00001000 00010000 "bios"
- mtd6: 00fc0000 00010000 "firmware"
- mtd7: 00260000 00010000 "kernel"
- mtd8: 00d60000 00010000 "rootfs"
- mtd9: 00af0000 00010000 "rootfs_data"
- root@OpenWrt:/tmp# mtd write breed-mt7621-pbr-m1.bin u-boot
- Could not open mtd device: u-boot
- Can't open device for writing!
- root@OpenWrt:/tmp# insmod mtd-rw.ko i_want_a_brick=1
- module is already loaded - mtd-rw
- root@OpenWrt:/tmp# mtd write breed-mt7621-pbr-m1.bin u-boot
- Could not open mtd device: u-boot
- Can't open device for writing!
复制代码 |
|