Airvision2 — различия между версиями
Материал из pNp Wiki
Suser (обсуждение | вклад) |
Suser (обсуждение | вклад) м |
||
(не показана 1 промежуточная версия этого же участника) | |||
Строка 16: | Строка 16: | ||
* push&hold reset button, power on the camera (keep pushing the reset...); | * push&hold reset button, power on the camera (keep pushing the reset...); | ||
* wait at least 10 seconds or till ping to 192.168.1.20 (this is camera IP in TFTP mode) is successful; release Reset button; | * wait at least 10 seconds or till ping to 192.168.1.20 (this is camera IP in TFTP mode) is successful; release Reset button; | ||
− | * upload firmware image using tftp command: tftp 192.168.1.20 | + | * upload firmware image using tftp command: |
+ | tftp 192.168.1.20 | ||
+ | bin | ||
+ | put AirCam.v1.1.10874.111125.1753.bin | ||
+ | If you prefer you can also use any TFTP program. | ||
* camera will update FW, *Reset the configuration to defaults* and automatically reboot. | * camera will update FW, *Reset the configuration to defaults* and automatically reboot. | ||
[[Категория:Cеверное ПО]] [[Категория:ubiquiti]] | [[Категория:Cеверное ПО]] [[Категория:ubiquiti]] |
Текущая версия на 12:21, 10 июня 2014
Airvision2
Добавляем репозитоий airvision2
echo "deb http://www.ubnt.com/downloads/airvision/apt wheezy ubiquiti" >> /root/source.list
Добавляем ключ
wget -O - http://www.ubnt.com/downloads/airvision/apt/airvision.gpg.key | apt-key add –
Обновляем список ПО и устанавливам airvision2
aptitude update && aptitude safe-upgrade aptitude install airvision2
Заходим в систему по ссылке https://192.168.25.12:7443/
Aircam Аварийная перепрошивка камер
- unplug the PoE cable from the camera
- configure PC to use static IP on 192.168.1.254/255.255.255.0 network;
- push&hold reset button, power on the camera (keep pushing the reset...);
- wait at least 10 seconds or till ping to 192.168.1.20 (this is camera IP in TFTP mode) is successful; release Reset button;
- upload firmware image using tftp command:
tftp 192.168.1.20 bin put AirCam.v1.1.10874.111125.1753.bin
If you prefer you can also use any TFTP program.
- camera will update FW, *Reset the configuration to defaults* and automatically reboot.