Do you have a question about the reTerminal DM-R100 and is the answer not in the manual?
Questions and answers
Summary of Contents for SeeedStudio reTerminal DM-R100
Page 1
reTerminalDM_ACD_GettingStarted.md 2023/6/5 Run Azure IoT Edge Runtime on reTerminal DM device running Debian 11 (ARM32v7) Table of Contents Introduction Step 1: Prerequisites Step 2: Prepare your Device Step 3: Manual Test for Azure IoT Edge on device Step 4: Additional information Step 5: Additional Links Introduction reTerminal DM is a Panel PC, HMI, PLC, IIoT Gateway all-in-one device powered by Raspberry Pi CM4, with...
Page 2
reTerminalDM_ACD_GettingStarted.md 2023/6/5 You should have the following items ready before beginning the process: Create an Azure account Sign up to Azure Portal Setup your IoT hub Add the Edge Device Add the Edge Modules Step 2: Prepare your Device 1. Power on the device. Connect a 12~24V power supply to the 2-pin power terminal block connctor. 2.
Page 3
reTerminalDM_ACD_GettingStarted.md 2023/6/5 Install IoT Edge $ curl https://packages.microsoft.com/config/debian/11/packages-microsoft- prod.deb > ./packages-microsoft-prod.deb $ sudo apt install ./packages-microsoft-prod.deb $ rm ./packages-microsoft-prod.deb Install a container engine $ sudo apt-get update $ sudo apt-get install moby-engine $ sudo vi /etc/docker/daemon.json $ sudo systemctl restart docker Set the default logging driver to the local logging driver as shown in the example below.
Page 4
reTerminalDM_ACD_GettingStarted.md 2023/6/5 Open the command prompt on your IoT Edge device, confirm that the module deployed from the cloud is running on your IoT Edge device $ sudo iotedge list On the device details page of the Azure, you should see the runtime modules - edgeAgent, edgeHub and SimulatedTemperatureSensor modules are under running status Step 4: Additional information reTerminal DM Getting Started...
Page 5
reTerminalDM_ACD_GettingStarted.md 2023/6/5 What is Azure IoT Edge Azure IoT Edge supported platforms Develop your own IoT Edge modules 5 / 5...
Need help?
Do you have a question about the reTerminal DM-R100 and is the answer not in the manual?
Questions and answers