User Manual for All Gateway models - DLOS8N - Outdoor LoRaWAN Gateway User Manual
7.3 File System
The DLOS8N has a 16MB flash and a 64MB RAM. The /var and /tmp directories are in the RAM, so contents stored
in /tmp and /var will be erased after rebooting the device. Other directories are in the flash and will remain after
reboot.
The Linux system uses around 8MB ~10MB flash size which means there is not much room for user to store data in
the DLOS8N flash.
You can use an external USB flash memory device to extend the size of flash memory for storage.
7.4 Package maintenance system
DLOS8N uses the OpenWrt
OPKG package maintenance system
. There are more than 3000+ packages
available in our package server for users to install for their applications. For example, if you want to add the
iperf
tool, you can install the related packages and configure DLOS8N to use
iperf
.
Below are some example
opkg
commands. For more information please refer to the
(
https://oldwiki.archive.openwrt.org/doc/techref/opkg
In Linux Console run:
root@dragino-169d30:~# opkg update
// to get the latest packages list
root@dragino-169d30:~# opkg list
//shows the available packages
root@dragino-169d30:~# opkg install iperf
// install iperf
The system will automatically install the required packages as shown below.
root@dragino-169d30:/etc/opkg# opkg install iperf
Installing iperf (2.0.12-1) to root…
Downloading
http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/iperf_2.0.12-1_mips_24kc.ipk
Installing uclibcxx (0.2.4-3) to root…
Downloading
http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/uclibcxx_0.2.4-3_mips_24kc.ipk
Page 41 / 44 - last modified by Xiaoling on 2022/07/06 14:58