TP-Link TP 3040 V1 Serial Firmware Factory Flash
Tools die wir brauchen:
Anschluss und Verkabelung via Open-WRT Wiki:
http://wiki.openwrt.org/toh/tp-link/tl-mr3040
Unserem PC geben wir nun die IP 192.168.1.2 und starten das Modem via Putty und 115’000 Baud und geben folgende Kommandos ein:
setenv ipaddr 192.168.1.1 setenv serverip 192.168.1.2 printenv tftpboot 0x81000000 openwrt-ar71xx-generic-tl-mr3040-v1-squashfs-factory.bin erase 0x9f020000 +0x3c0000 cp.b 0x81000000 0x9f020000 0x3c0000 bootm 9f020000