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/26 11:40] frickerdocumentatio:ap3400:start [2023/09/04 06:33] (current) fricker
Line 4: Line 4:
 [[https://www.netmodule.com/de/produkte/access-point|Documentation]] [[https://www.netmodule.com/de/produkte/access-point|Documentation]]
  
-**Firmware on device, via SSH** 
 ---- ----
 +**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): The Firmware version can be viewed here, connect to device via SSH (for example via Putty):
  
Line 11: Line 13:
 \\ respond: 1.9.3 dd31066 \\ respond: 1.9.3 dd31066
  
- +**Get device serial number** 
- +\\ command: cat /etc/eeprom-i2c.json 
-**Firmware update via Console/SSH** +\\ 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. 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) (Alter your username, IP and path to match your binary image location)
Line 24: Line 27:
  
 2. update firmware (device will reboot): 2. update firmware (device will reboot):
-\\ command: update tmp/firmux-1.9.3-r62-20230502-netmodule-ap3400-squashfs-sysupgrade.bin+\\ command: update /tmp/firmux-1.9.3-r62-20230502-netmodule-ap3400-squashfs-sysupgrade.bin