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:51] – ↷ Page moved from user:fricker:start to documentatio:ap3400:start fricker | documentatio:ap3400:start [2025/08/12 12:24] (current) – fricker | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== AP3400 ====== | + | ====== |
| {{ : | {{ : | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ---- | ||
| + | **Get information from device via console/ | ||
| + | |||
| + | **Firmware version** | ||
| + | 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 " | ||
| + | (Alter your username, IP and path to match your binary image location) | ||
| + | |||
| + | 1. check if valide firmware: | ||
| + | \\ command: update -c / | ||
| + | \\ respond: vaild | ||
| + | |||
| + | 2. update firmware (device will reboot): | ||
| + | \\ command: update / | ||
| + | |||