dhclient eth0
Firmware Version: 3.12.11 Build 111128 Rel.34725n Hardware Version: MR3020 v1 00000000
firmware OpenWrt yang sudah diunduh dengan tombol Telusurivim /etc/opkg.conf
opkg update
opkg install wget-nossl terminfo libncurses screen
$ wget -c http://www.tp-link.com/resources/software/TL-WR743ND_V2_131129.zip
$ sha1sum TL-WR743ND_V2_131129.zip > TL-WR743ND_V2_131129.zip.sha1
$ unzip TL-WR743ND_V2_131129.zip Archive: TL-WR743ND_V2_131129.zip inflating: wr743ndv2_en_3_17_0_up_boot(131129).bin inflating: How to upgrade TP-LINK Wireless N Router.pdf
scp *.bin root@192.192.168.1.1:
$ ssh root@192.168.1.1 root@192.168.1.1's password:
# ls wr743ndv2_en_3_17_0_up_boot(131129).bin
# df -h Filesystem Size Used Available Use% Mounted on rootfs 640.0K 600.0K 40.0K 94% / /dev/root 2.3M 2.3M 0 100% /rom tmpfs 14.0M 536.0K 13.5M 4% /tmp /dev/mtdblock3 640.0K 600.0K 40.0K 94% /overlay overlayfs:/overlay 640.0K 600.0K 40.0K 94% / tmpfs 512.0K 0 512.0K 0% /dev
# mtd -r write wr743ndv2_en_3_17_0_up_boot\(131129\).bin firmware
Unlocking firmware ... Writing from wr743ndv2_en_3_17_0_up_boot(131129).bin to firmware ... [e]Failed to erase block
# mv wr743ndv2_en_3_17_0_up_boot\(131129\).bin orig.bin
# dd if=orig.bin of=tplink.bin skip=257 bs=512
7680+0 records in 7680+0 records out
# mtd -r write tplink.bin firmware
Unlocking firmware ... Writing from tplink.bin to firmware ... Rebooting ... Connection to 192.168.1.1 closed by remote host. Connection to 192.168.1.1 closed.