WINDOWS
1 - fixar ip da máquina
2 - em definições avançadas adicionar o ip 192.168.0.66
3 - verificar se o ip foi adicionado pingando-o
4 - fazer o upload do firmware wr1043v3_tp_recovery.bin, que se encontra no server, para o ambiente de trabalho
5 - descarregar o software http://tftpd32.jounin.net/download/tftpd32.452.zip, descomprimir e executar
6 - escolher como "Current Directory" o ambiente de trabalho e como interface o de ip 192.168.0.66
7 - com o 1043 desligado, ligar a uma porta lan do router do cliente desde uma lan do 1043
8 - manter premido o botão reset, ligar o 1043, e deixar premido durante 10 seg
9 - o firmware é carregado no 1043 e passado +- 30 seg ele reinicia sozinho
10 - fica carregado com o Firmware Version: 3.16.9 Build 150514 Rel.72381n e depois é o normal
LINUX
#apt-get install tftpd-hpa tftp
#cp wr1043v3_tp_recovery.bin /srv/tftp/#ifconfig wlan0:0 192.168.0.66 up
service tftpd-hpa status
service tftpd-hpa stop
service tftpd-hpa start
service tftpd-hpa restart
service tftpd-hpa force-reloadFirmware flashing
Flashing / Recovery using tftp only (without serial console)If your device doesn't even boot (e.g. due to a bad flash), and your device is recent enough (circa 2011, v1.8+), you can use the device built-in auto tftp recovery process.
Connect the device (one of the LAN ports) to a host computer via an ethernet cable
Change the host computer IP address (manual or static) to 192.168.0.66
Install a tftp server. This is host computer OS specific.
On Mac OS X, you can start the built-in tftp server with $ sudo launchctl load -w /System/Library/LaunchDaemons/tftp.plist
Download a desired firmware (openwrt *factory.bin or the original firmware wr1043nv1_*_boot*.bin) and rename the *.bin file to wr1043nv1_tp_recovery.bin in the tftpboot directory
On Mac OS X, copy the renamed file to /private/tftpboot/
Use a pin or paper clip to press down the reset button (in the hole besides the power adapter hole) and connect the power, while holding down the reset button for a few seconds
The LEDs should flash indicating firmware upload in progress.
The device will automatically boot to use the new firmware after flashing.
https://wiki.openwrt.org/doc/howto/generic.flashing.tftp
http://www.cyberciti.biz/faq/install-configure-tftp-server-ubuntu-debia…
https://wiki.openwrt.org/toh/tp-link/tl-wr1043nd#back_to_original_firmw…