Difference between revisions of "UBNT: Upload Firmware"

From OnnoWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
* Pindah ke folder tempat image, misalnya
 
* Pindah ke folder tempat image, misalnya
  
  ~/ubnt-4.x/SDK.UBNT.v4.0.1.4978/rootfs/XS2.ar2316.v4.0.1.SDK.120721.0508
+
  ~/openwrt.trunk/trunk/atheros/
  
 
* Matikan Device UBNT
 
* Matikan Device UBNT
Line 16: Line 16:
 
  tftp> binary
 
  tftp> binary
 
  tftp> trace
 
  tftp> trace
  tftp> put XS2.ar2316.v4.0.1.SDK.120721.0508.bin flash_update
+
  tftp> put openwrt-atheros-ubnt2-pico2-squashfs.bin flash_update
 
  ..
 
  ..
 
  ..
 
  ..

Revision as of 08:11, 10 April 2013

Teknik upload firmware sama dengan teknik recovery

  • Set IP PC 192.168.1.x
  • Pindah ke folder tempat image, misalnya
~/openwrt.trunk/trunk/atheros/
  • Matikan Device UBNT
  • Tekan tombol Reset
  • Nyalakan Device UBNT
  • Lepaskan tombol Reset setelah ~10 detik (tidak lebih) sesudah device UBNT di nyalakan. Kita akan mengetahui-nya karena LED akan berubah.
  • Ping 192.168.1.20. Jika ada responds, kita siap untuk meng-upload image. Jika tidak maka mulai lagi dari awal.
  • tftp image menggunakan mode binary ke 192.168.1.20 sebagai 'flash_update', misalnya,
tftp 192.168.1.20
tftp> binary
tftp> trace
tftp> put openwrt-atheros-ubnt2-pico2-squashfs.bin flash_update
..
..
sent DATA <block=6228, 512 bytes>
received ACK <block=6228>
sent DATA <block=6229, 351 bytes>
received ACK <block=6229>
Sent 3189087 bytes in 23.6 seconds
tftp> quit


Cek UBNT

  • Diamkan beberapa saat. Device jangan di apa-apakan.
  • Tunggu sekitar 1 menit-an
  • ping 192.168.1.20
  • Semoga ada responds :) ...

Pranala Menarik