Difference between revisions of "IOT-GATE-RPI4 OS Configuration Layer"
(Created page with "== Overview == IOT-GATE-RPI4 runs standard [https://www.raspberrypi.com/software/operating-systems/ Raspberry Pi OS] with an additional IOT-GATE-RPI4 OS Configuration Layer th...") |
|||
Line 9: | Line 9: | ||
pi@raspberrypi:~$ sudo wget https://www.compulab.com/wp-content/uploads/2022/04/iotg-rpi4_os-config-layer.zip -P /opt | pi@raspberrypi:~$ sudo wget https://www.compulab.com/wp-content/uploads/2022/04/iotg-rpi4_os-config-layer.zip -P /opt | ||
... | ... | ||
− | pi@raspberrypi:~$ unzip /opt/iotg-rpi4_os-config-layer.zip -d /opt | + | pi@raspberrypi:~$ sudo unzip /opt/iotg-rpi4_os-config-layer.zip -d /opt |
</pre> | </pre> | ||
Latest revision as of 13:24, 10 December 2022
Overview
IOT-GATE-RPI4 runs standard Raspberry Pi OS with an additional IOT-GATE-RPI4 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-RPI4 OS Configuration Layer onto the Compulab IOT-GATE-RPI4 that runs standard Raspberry Pi OS.
IOT-GATE-RPI4 OS Configuration Layer is supplied as deb package named iotg-rpi4-config. Upgrading a standard Raspberry Pi OS with IOT-GATE-RPI4 OS Configuration Layer is as simple as downloading and installing deb package.
Downloading
Use the following command to download and extract IOT-GATE-RPI4 OS configuration layer package archive:
pi@raspberrypi:~$ sudo wget https://www.compulab.com/wp-content/uploads/2022/04/iotg-rpi4_os-config-layer.zip -P /opt ... pi@raspberrypi:~$ sudo unzip /opt/iotg-rpi4_os-config-layer.zip -d /opt
Installation
Install iotg-rpi4-config package by using the command:
pi@raspberrypi:~$ sudo apt update && sudo apt install /opt/iotg-rpi4-config_1.3-1_all.deb
After installation
- Reboot IOT-GATE-RPI4