Debricking Mobile Router With Arduino

by naskan in Circuits > Computers

14379 Views, 54 Favorites, 0 Comments

Debricking Mobile Router With Arduino

arduino.JPG
Step by step debricking mobile router TPLINK via serial port

Connect Serial PORT

tabel connection.JPG
Connected serial port arduino and Mobile Router TP-LINK

Connect LAN Cable

Connecting your LAN Cable from Mobile Router to RJ45 Computer

Download TFTP

Download TFTP file from this

Download Firmware

Download firmware openwrt for your Mobile Router this

Extract TFTP

tftp extract.JPG
Extract TFTP and insert Firmware openwrt to same folder TFTP extract

Setting Computer IP

setting ip.JPG
setting ip your computer 192.168.1.100

Run TFTP

tftp.JPG
Run TFTP and setting server interface from ip 192.168.1.100

Check Connection Arduino

com.JPG
check connection serial into computer

Connect to Mobile Router

putty.JPG
Connecting your computer with Mobile Router via Putty
Connection type = serial
serial line = COM same com arduino detection into your computer
speed = 115200

Booting

boting.JPG
In progress booting your mobile router and type "tpl" in command prompt putty interface

Setting IP

hornet.JPG
setting ip serv.JPG
Setting IP lan card into Mobile Router
1. Setting IP server: setenv serverip 192.168.1.100
2. Setting IP Mobile Router : setenv ipaddr 192.168.1.1

Flashing Firmware

flash from tftp.JPG
finish flashing.JPG
flash Mobile Router with command
tftpboot 0x80000000 openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin

and please with into finish

Final Process

finalish.JPG
after finish flashing type this command
1. erase 0x9f020000 +0x3c0000 (enter)
2. cp.b 0x80000000 0x9f020000 0x3c0000 (enter)
3. bootm 9f020000 (enter)

and mobile router reboot processing.....