TP-Link WDR4900 auf Stock Firmware zurückflashen

Habe das ganze nun ausgeführt, doch passieren tut erstmal nichts :)


root@OpenWrt:/tmp# mtd -r firmware.bin firmware
Usage: 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
verify <imagefile>|- verify <imagefile> (use - for stdin) to device
write <imagefile>|- write <imagefile> (use - for stdin) to device
jffs2write <file> append <file> to the jffs2 partition on the device
Following 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
-s <number> skip the first n bytes when appending data to the jffs2 partiton, defaults to "0"
-p write beginning at partition offset

Example: To write linux.trx to mtd4 labeled as linux and reboot afterwards
mtd -r write linux.trx linux


kann ich davon ausgehen, dass es funktioniert hat?

Gruß
 
Höchstwahrscheinlich haben sich die Parameter des "mtd" Programms geändert. Da du das firmware-Image ja in den ROM des Routers schreiben willst, lautet der korrekte Befehl wohl:

Code:
mtd -r write firmware.bin firmware

Achtung:
Ich gebe keine Garantie darauf, dass der obige Befehl richtig ist. Du machst das alles auf eigene Gefahr. Wenn du hier irgendwas falsch machst, kann es sein, dass der Router am Ende gar nicht mehr startet. Du solltest also wirklich wissen was du tust wenn du die Befehle auf der Kommandezeile eingibst.
 
Es hat funktioniert!

Vielen vielen Dank an alle die mir geholfen haben :)
 
Zurück
Oben