Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| toh:ubiquiti:unifi [2021/11/26 01:58] – [Serial] "do not connect 3.3V pin" added. ja | toh:ubiquiti:unifi_ap [2024/02/12 08:58] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| **NOTE for UAP-v2**: As for July 2018, Ubiquiti seems to have **blocked custom firmware** installation possibility by using signatures on all 3.7 and later brand firmwares. As long as there is no brand pre-3.7 firmware available (in order to downgrade) for UAP-v2 devices, installing **OpenWrt/ | **NOTE for UAP-v2**: As for July 2018, Ubiquiti seems to have **blocked custom firmware** installation possibility by using signatures on all 3.7 and later brand firmwares. As long as there is no brand pre-3.7 firmware available (in order to downgrade) for UAP-v2 devices, installing **OpenWrt/ | ||
| - | ---- datatable ---- | + | <!-- ToH: { |
| - | cols | + | " |
| - | headers | + | " |
| - | align : c,c,c,c,c,c,c | + | " |
| - | filter | + | " |
| - | ---- | + | " |
| + | | ||
| + | } --> | ||
| ==== Status ==== | ==== Status ==== | ||
| Line 18: | Line 20: | ||
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== | ||
| - | ---- datatable ---- | + | <!-- ToH: { |
| - | cols | + | " |
| - | header | + | " |
| - | align : c,c,c,c,c,c,c,c,c,c,c,c,c | + | " |
| - | filter | + | |
| - | ---- | + | " |
| + | | ||
| + | } --> | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | ---- datatable ---- | + | <!-- ToH: { |
| - | cols | + | " |
| - | headers | + | " |
| - | align : l,c,c | + | " |
| - | filter | + | " |
| - | ---- | + | " |
| + | | ||
| + | } --> | ||
| -> [[docs: | -> [[docs: | ||
| Line 83: | Line 89: | ||
| ar7240> | ar7240> | ||
| </ | </ | ||
| - | and, with a tftp server at 192.168.1.254 with openwrt firmware file, issue this commands: | + | Optionally, it is also possible to set and check the IP address: |
| + | < | ||
| + | ar7240> setenv ipaddr 192.168.0.20 | ||
| + | ar7240> setenv serverip 192.168.0.231 | ||
| + | ar7240> ping ${serverip} | ||
| + | </ | ||
| + | And now, with a tftp server at 192.168.1.254 | ||
| < | < | ||
| ar7240> tftpboot 0x80000000 openwrt-19.07.2-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin | ar7240> tftpboot 0x80000000 openwrt-19.07.2-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin | ||
| Line 122: | Line 134: | ||
| ar7240> cp.b 0x80000000 0x9f050000 0x400004 | ar7240> cp.b 0x80000000 0x9f050000 0x400004 | ||
| </ | </ | ||
| - | Important: the last number in that line (0x400004) refers to the size from the last line of TFTP transfer (400004 hex). Other OpenWrt firmware files can have other sizes. Mind to adjust command line as needed. | + | Important: the last number in that line (0x400004) refers to the size from the last line of TFTP transfer (400004 hex). Other OpenWrt firmware files can have other sizes. Mind to adjust command line as needed. |
| reply: | reply: | ||
| < | < | ||