Data Sheet
www.dragino.com
LoRaWAN Gateway User Manual ---Update:2018-11-17 24 / 30
6. Upgrade Linux Firmware
We keep improving the LG308 Linux side firmware for new features, bug fixes. The latest
firmware can be found on LoRa Gateway Firmware, and the Change Log can be found here:
Firmware Change Log.
The file named as xxxxx--xxxxx-squashfs-sysupgrade.bin is the upgrade Image. There are
different methods to upgrade, as below:
6.1 Upgrade via Web UI
Go to the page: Web --> System --> Back Up and flash firmware, Select the image and click Flash
Image, the image will be uploaded to the device and then click Process Update to upgrade.
System will auto boot to the new firmware after upgrade.
6.2 Upgrade via Linux console
SCP the firmware to the system /var directory and then run
root@OpenWrt:~# /sbin/sysupgrade -n /var/Your_Image
note: it is important to transfer the image in the /var directory, otherwise it may exceed the flash
size.