Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revisionLast revisionBoth sides next revision | ||
| toh:ubiquiti:unifi [2021/11/26 01:58] – [Serial] "do not connect 3.3V pin" added. ja | toh:ubiquiti:unifi_ap [2022/04/02 06:22] – ↷ Page name changed from toh:ubiquiti:unifi to toh:ubiquiti:unifi_ap tmomas | ||
|---|---|---|---|
| Line 83: | Line 83: | ||
| 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 128: | ||
| 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: | ||
| < | < | ||