| 190 | == Nanostation firmware opnieuw flashen == |
| 191 | Als een nanostation 'dood' is kan opnieuw flashen van de firmware helpen. |
| 192 | |
| 193 | Zoals op [https://help.ubnt.com/hc/en-us/articles/204911324-airMAX-How-to-reset-your-device-with-TFTP-firmware-recovery TFTP-firmware-recovery] staat: |
| 194 | Generic Linux distributions have an integrated command line TFTP client. From a PC running Linux, you can upload via TFTP by typing into Terminal the following commands: |
| 195 | |
| 196 | {{{ |
| 197 | root@ubuntu:tftp 192.168.1.20 |
| 198 | tftp> bin |
| 199 | tftp> trace |
| 200 | tftp> put XS2.ar2316.v3.4-rc.4351.090504.2146.bin |
| 201 | Sent 1965199 bytes in 35.2 seconds |
| 202 | tftp> exit |
| 203 | ))) |
| 204 | |
| 205 | |