Difference between revisions of "คู่มือการลง firmware EasyZone Cloud AP (Model ACLR)"

From EasyZone wiki
Jump to: navigation, search
Line 9: Line 9:
 
ssh 192.168.1.10 -l ubnt
 
ssh 192.168.1.10 -l ubnt
  
ระบบจะให้กรอก password ให้กรอกเป็น ubnt
+
กรอก password เป็น ubnt
  
 
3. เมื่อเข้าระบบได้แล้วให้ทำการพิมพ์คำสั่ง  
 
3. เมื่อเข้าระบบได้แล้วให้ทำการพิมพ์คำสั่ง  

Revision as of 09:46, 23 August 2017

การลง firmware EasyZone Cloud AP (Model ACLR) มีวิธีการดังต่อไปนี้

1. เชื่อมอุปกรณ์ Unifi AC LR เข้ากับระบบ network

2. ทำการ ssh ไปที่อุปกรณ์ โดยใช้ putty หรือ ssh shell

โดยปกติอุปกรณ์ Unifi AC LR จะรับไอพีอัตโนมัติจาก router ท่านต้องทำการตรวจสอบ ip ตัวอย่าง อุปกรณ์ ได้ไอพี 192.168.1.10

ssh 192.168.1.10 -l ubnt

กรอก password เป็น ubnt

3. เมื่อเข้าระบบได้แล้วให้ทำการพิมพ์คำสั่ง

ifconfig

เพื่อตรวจสอบไอพี และ mac address ของอุปกรณ์ และบันทึก mac address เก็บไว้

4. หลังจากนั้น ให้ใช้คำสั่ง cd /tmp ทำการดาวโหลด firmware โดยใช้คำสั่ง

wget http://188.166.243.227/firmware/unifi-ac-lite/easyzone-cloud-ap-unifi-ac-lr.bin

5. ทำการลง firmware โดยใช้คำสั่ง

mtd -r -e kernel0 write /tmp/easyzone-cloud-ap-unifi-ac-lr.bin kernel0

หลังจากนั้นระบบจะขึ้นข้อความตามด้านล่าง และทำการ reboot ตัวเอง

Unlocking kernel0 ...

Erasing kernel0 ...


Writing from openwrt-ar71xx-generic-ubnt-unifiac-pro-squashfs-sysupgrade.bin to kernel0 ...

Rebooting ...