Users Guide
Table Of Contents
- Dell Edge Gateway 3001 Installation and Operation Manual
- Overview
- System views
- Installing your Edge Gateway
- Safety and regulatory information
- Setting up your Edge Gateway
- Activating your mobile broadband service
- Mounting your Edge Gateway
- Mounting the Edge Gateway using the standard-mount bracket
- Mounting the Edge Gateway using quick-mount bracket
- Attaching the cable control bars to the standard-mount bracket
- Mounting the Edge Gateway on a DIN rail using the DIN-rail bracket
- Mounting the Edge Gateway using the perpendicular mount
- Mounting the Edge Gateway using a VESA mount
- Setting up the ZigBee dongle
- Setting up the operating system
- Windows 10 IoT Enterprise LTSB 2016
- Ubuntu Core 16
- Overview
- Boot up and log in – Remote system configuration
- Updating operating system and applications
- Additional Ubuntu commands
- Ubuntu Network Manager
- Serial ports
- Minicom
- GPIO
- Security
- Watchdog Timer (WDT)
- Cloud LED On/Off
- Global Positioning Systems (GPS)
- Snappy auto update/Autopilot
- Accessing Snappy Store/Snapweb
- Sensors
- Ignition Pin
- System Power Management
- Restoring Ubuntu Core 16
- Flashing a new OS image
- Ubuntu Server
- Overview
- Login to the Edge Gateway using Ethernet Port 1
- Installing or configuring Dynamic Host Configuration Protocol (DHCP) daemon
- Ubuntu Server driver information
- Firmware management on Ubuntu Server
- Configure Watchdog Timer (WDT)
- Trusted Platform Module (TPM)
- Cloud LED On/Off
- Advanced Linux Sound Architecture (ALSA)
- Global Positioning Systems (GPS)
- Serial ports
- GPIO
- Sensors
- Ignition Pin
- System Power Management
- Ubuntu Network Manager
- Restoring Ubuntu Server
- Creating the OS recovery USB flash drive
- Accessing and updating BIOS
- References
- Appendix
- Contacting Dell
Configuring system wake-up from low-power states (S3/S4/S5)—Real-Time Clock
(RTC)
1. Sync the time between the Edge Gateway and operating system:
(root)# hwclock --hctosys
2. Obtain the RTC timer sysfs:
(root)# ls -a /sys/class/rtc/rtc0
3. Clean-up the timer:
(root)# echo 0 > /sys/class/rtc/rtc0/wakealarm
4. For example, set the wake-up event for 60 seconds:
(root)# echo +60 > /sys/class/rtc/rtc0/wakealarm
5. For example, place the Edge Gateway in suspend mode:
(root)# systemctl suspend
If successful, the RTC will wake up the Edge Gateway in 60 seconds.
Configuring system wake-up from low-power states (S3/S4/S5)—LAN
1. Enable Wake on LAN in the BIOS program. For more information on accessing the BIOS program, see Accessing BIOS
settings. Alternatively, use Dell Command | Configure.
# sudo /opt/dell/dcc/cctk --wakeonlan=enable
2. Enable Wake on LAN in nmcli (enabled by default).
# nmcli c show “Wired connection 1” | grep wake
802-3-ethernet.wake-on-lan: magic
# nmcli c show “Wired connection 2” | grep wake
802-3-ethernet.wake-on-lan: magic
3. Make sure the ethernet connection is up and running with the assigned IP address.
4. Perform sleep.
# sudo systemctl sleep
Or, perform hibernation.
# sudo systemctl hibernate
5. Use another system to wake from LAN (Supported tools: wakeonlan and etherwake).
# sudo wakeonlan MAC
# sudo etherwake MAC
Ubuntu Network Manager
Network-Manager is a native Ubuntu Server connection manager. The application can be used to configure the Edge Gateway
so that it is automatically-detected and connected to the network. The application can be used to configure multiple network
devices.
A command-line utility nmcli is included with Network-Manager to support non-graphical user interface configurations.
NOTE: For more information about Network-Manager, see wiki.archlinux.org/index.php/NetworkManager.
Setting up the operating system 79