openwrt.bin
.http://192.168.1.254
) and select “System Tools”, “Firmware Upgrade”, “Browse” to select openwrt.bin
, “Upgrade”. Similar to original firmware upgrade instructions from user guide and FAQ (http://www.tp-link.com/en/download/TL-WA730RE_V1.html#FAQs).tplink.bin
.http://192.168.1.1
).tplink.bin
from your PC to the device /tmp
folder with for example WinSCP.sysupgrade /tmp/tplink.bin
http://192.168.1.254
with factory defaults. Information can also be found in the original manuals and FAQs (http://www.tp-link.com/en/download/TL-WA730RE_V1.html#FAQs).There is a hidden debug shell with root privilege in the OEM firmware (TL-WA730RE_V1_100921).
http://192.168.1.254/userRpmNatDebugRpm26525557/linux_cmdline.html
The bootloader is uboot with enabled ethernet network device. To access uboot console type quickly tpl
if you see Autobooting in 1 seconds
.
You can do recovery using uboot and tftp. Prepare a tftp server at 192.168.1.100
containing openwrt-15.05.1-ar71xx-generic-tl-wa730rev1-squashfs-factory.bin
.
erase 0x9f020000 +0x3c0000 tftpboot 0x81000000 openwrt-15.05.1-ar71xx-generic-tl-wa730rev1-squashfs-factory.bin cp.b 0x81000000 0x9f020000 0x3c0000 bootm 0x9f020000