OpenWRT: Flash UBNT NanoStation Loco M2
Revision as of 10:23, 11 April 2013 by Onnowpurbo (talk | contribs) (New page: ==Coba Menggunakan Shell Scipt== * Buat shell script sederhana isinya ifconfig eth0 192.168.1.254 cp openwrt-atheros-ubnt2-squashfs.bin code.bin echo -e "binary\nrexmt 1\ntimeout 60\...)
Coba Menggunakan Shell Scipt
- Buat shell script sederhana isinya
ifconfig eth0 192.168.1.254 cp openwrt-atheros-ubnt2-squashfs.bin code.bin echo -e "binary\nrexmt 1\ntimeout 60\ntrace\nput openwrt-atheros-ubnt2-squashfs.bin flash_update\n" | tftp 192.168.1.20
- lakukan chmod 777 shellscript.sh tersebut
- Jalankan di folder tempat firmware berada
- Nyalakan UBNT
- Jika transfer berhasil maka lampu akan menyala ke kiri dan ke kanan terus menerus.
- ping sampai ada responds.
ping 192.168.1.20 (utk firmware UBNT) ping 192.168.1.1 (utk firmware OpenWRT)