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:56] 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]]
  
 +----
 +**Get information from device via console/SSH**
  
-**Firmware update 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. 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)
  
 1. check if valide firmware: 1. check if valide firmware:
-update -c /tmp/firmux-1.9.3-r62-20230502-netmodule-ap3400-squashfs-sysupgrade.bin+\\ 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
  
-2. update firmware: 
-update tmp/firmux-1.9.3-r62-20230502-netmodule-ap3400-squashfs-sysupgrade.bin