IOT-GATE-RPI5: OS Configuration Layer

From Compulab Mediawiki
Revision as of 09:05, 18 June 2026 by Igor (talk | contribs) (Created page with "== Overview == IOT-GATE-RPI5 runs standard [https://www.raspberrypi.com/software/operating-systems/ Raspberry Pi OS] with an additional IOT-GATE-RPI5 OS Configuration Layer th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

IOT-GATE-RPI5 runs standard Raspberry Pi OS with an additional IOT-GATE-RPI5 OS Configuration Layer that sets-up the gateway peripheral devices and provides useful tools for device configuration and management.
This article provides instructions needed to install IOT-GATE-RPI5 OS Configuration Layer onto the Compulab IOT-GATE-RPI5 that runs standard Raspberry Pi OS.
IOT-GATE-RPI5 OS Configuration Layer is supplied as deb package named iot-gate-rpi5-config. Upgrading a standard Raspberry Pi OS with IOT-GATE-RPI5 OS Configuration Layer is as simple as downloading and installing deb package.

Downloading

Use the following command to download and extract IOT-GATE-RPI5 OS configuration layer package archive:

pi@raspberrypi:~$ sudo wget https://www.compulab.com/wp-content/uploads/2026/06/iotg-rpi5_os-config-layer_2026-06-10.zip -P /opt
...
pi@raspberrypi:~$ sudo unzip /opt/iotg-rpi5_os-config-layer_2026-06-10.zip -d /opt

Installation

Install iot-gate-rpi5-config package by using the command:

pi@raspberrypi:~$ sudo apt update && sudo apt install /opt/iot-gate-rpi5-config_1.0.0_all.deb

After installation

  • Reboot IOT-GATE-RPI5