วันอาทิตย์ที่ 8 พฤษภาคม พ.ศ. 2559

Open WRT บน router TP-Link WR703N

Mini Router TPLink MR703N เป็น Unix ขนาดจิ๋ว สามารถทำ เป็น Remote อุปกรณ์ได้หลายอย่าง และมีความทนทานสูง ราคาถูกมาก 10USD.
การ ลง OpenWRT ต้องใช้วิธี ต่อ Serial โดยใช้ TTL Serial USB สั่งซื้อได้ จาก EBay หรือ ร้าน Ardurino ทั่วไป
โดยต่อ  สี ฟ้า Tx แดงRx  ground ข้าง USB


การลงโปรแกรม ต้อง Boot และต่อ Terminal กับ Serial เลือก Speed เป็น 115200 8Bit
ไป Download Firmware ใหม่ที่

https://wiki.openwrt.org/toh/tp-link/tl-wr703n

ต้องลง TFTP server ในเครื่อง ถ้าเป็น Mac จะมีอยู่แล้ว แต่ต้อง Start service

command line

sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd

https://wiki.openwrt.org/doc/howto/generic.flashing.tftp

 เพียง copy ลงใน Folder ให้ถูก และ Set permission เป็น 755 หรือ 777 ก็ได้
ต่อสาย Lan ตั้ง Fix ip 192.168.1.100 ที่ PC


เมื่อ Boot ให้กดให้ทัน พิมพ์  "tpl"
จะเข้า Console ของ Router
setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.100
tftpboot 0x81000000 <firmwareที่ Download>.bin
erase 0x9f020000 +0x3c0000
cp.b 0x81000000 0x9f020000 0x3c0000
bootm 9f020000
จากนั้น จะเข้าโดย secure shell ได้ โดยไม่มี password
หรือเข้า Web ได้แล้ว

ถ้าต้องการ ทำ Webcam มี firmware ที่

https://sourceforge.net/projects/orwrt/files/0.76/

3 ความคิดเห็น:

  1. ใช้ telnet เข้าที่ 192.168.217.1 ตั้ง passwd
    แล้วค่อยเข้า ssh

    ตอบลบ
  2. ใช้ Control ที่ gpio 8
    echo 0 > /sys/class/gpio/gpio8/value

    echo 1 > /sys/class/gpio/gpio8/value

    ตอบลบ
  3. https://openwrt.org/_detail/media/tplink/tl-wr703n/tl-wr703n_pcb-gpio.jpg?id=toh%3Atp-link%3Atl-wr703n%3Apcb

    ตอบลบ