This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| documentatio:ap3400:start [2023/06/23 09:56] – fricker | documentatio:ap3400:start [2025/08/12 12:24] (current) – fricker | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== AP3400 ====== | + | ====== |
| {{ : | {{ : | ||
| - | [[https:// | + | [[https:// |
| + | ---- | ||
| + | **Get information from device via console/ | ||
| - | **Firmware | + | **Firmware |
| + | The Firmware version can be viewed here, connect to device via SSH (for example via Putty): | ||
| + | command: cat usr/ | ||
| + | \\ respond: 1.9.3 dd31066 | ||
| + | |||
| + | **Get device serial number** | ||
| + | \\ command: cat / | ||
| + | \\ respond: { " | ||
| ---- | ---- | ||
| + | **Firmware update via console/ | ||
| + | |||
| Connect into Device and download the binary image (for example via tool " | Connect into Device and download the binary image (for example via tool " | ||
| (Alter your username, IP and path to match your binary image location) | (Alter your username, IP and path to match your binary image location) | ||
| 1. check if valide firmware: | 1. check if valide firmware: | ||
| - | update -c / | + | \\ command: |
| + | \\ respond: vaild | ||
| + | |||
| + | 2. update firmware (device will reboot): | ||
| + | \\ command: update | ||
| - | 2. update firmware: | ||
| - | update tmp/ | ||