При откате c OpenWrt на родную прошивку выдаётся ошибка!
Эта ветка закрыта для дальнейших ответов. Вы можете создать новую тему, чтобы поделиться своими идеями или задать вопросы.
При откате c OpenWrt на родную прошивку выдаётся ошибка!
/tmp$ mtd –r write /tmp/mr3220.bin firmwareUsage: mtd [<options> ...] <command> [<arguments> ...] <device>[:<device>...]The device is in the format of mtdX (eg: mtd4) or its label.mtd recognizes these commands: unlock unlock the device refresh refresh mtd partition erase erase all data on device write <imagefile>|- write <imagefile> (use - for stdin) to device jffs2write <file> append <file> to the jffs2 partition on the device fixtrx fix the checksum in a trx header on first bootFollowing options are available: -q quiet mode (once: no [w] on writing, twice: no status messages) -n write without first erasing the blocks -r reboot after successful command -f force write without trx checks -e <device> erase <device> before executing the command -d <name> directory for jffs2write, defaults to "tmp" -j <name> integrate <file> into jffs2 data when writing an image -o offset offset of the image header in the partition(for fixtrx) -F <part>[:<size>[:<entrypoint>]][,<part>...] alter the fis partition table to create new partitions replacing the partitions provided as argument to the write command (only valid together with the write command)Example: To write linux.trx to mtd4 labeled as linux and reboot afterwards mtd -r write linux.trx linux