Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentatio:ap3400:start [2023/06/23 09:51] – ↷ Page moved from user:fricker:start to documentatio:ap3400:start frickerdocumentatio:ap3400:start [2023/09/04 06:33] (current) fricker
Line 1: Line 1:
 ====== AP3400 ====== ====== AP3400 ======
 {{ :user:fricker:ap3400_detail.jpg?nolink&300 |}} {{ :user:fricker:ap3400_detail.jpg?nolink&300 |}}
 +
 +[[https://www.netmodule.com/de/produkte/access-point|Documentation]]
 +
 +----
 +**Get information from device via console/SSH**
 +
 +**Firmware version**
 +The Firmware version can be viewed here, connect to device via SSH (for example via Putty):
 +
 +command: cat usr/lib/release/firmux
 +\\ respond: 1.9.3 dd31066
 +
 +**Get device serial number**
 +\\ command: cat /etc/eeprom-i2c.json
 +\\ respond: { "serial": "00112B04585A"}
 +----
 +**Firmware update via console/SSH**
 +
 +Connect into Device and download the binary image (for example via tool "WinSCP") to RAM under /tmp.
 +(Alter your username, IP and path to match your binary image location)
 +
 +1. check if valide firmware:
 +\\ command: update -c /tmp/firmux-1.9.3-r62-20230502-netmodule-ap3400-squashfs-sysupgrade.bin
 +\\ respond: vaild
 +
 +2. update firmware (device will reboot):
 +\\ command: update /tmp/firmux-1.9.3-r62-20230502-netmodule-ap3400-squashfs-sysupgrade.bin
 +