Raspberry Pi CM3+

Hi,

I have already tested the gateway on a Raspberry Pi 3B+ and it works great, but I need to install it on a Raspberry Pi Compute Module 3+ (1GB RAM) that is running already an app and is connected to a display.

I can’t find any instructions on how to install the gateway on an existing Raspbian image without flashing image.
Can anyone be so patient to help me?

Thanks in advance.
Anga

You should be able to install the webthings-gateway-raspbian-buster-arm.deb package from here.

I have tried, but there are several dependencies missing, I have tried to install but got lost while trying. Can’t find a way to install everything’s needed.

What is missing? Are you running a standard Raspbian image? If so, is it based on Stretch or Buster?

I have used: sudo apt install filename

This is the output:

Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘webthings-gateway’ instead of ‘/home/pi/Downloads/webthings-gateway-raspbian-buster-arm.deb’
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
webthings-gateway : Depends: libc6 (>= 2.28) but 2.24-11+deb9u4 is to be installed
Depends: libnanomsg5 (>= 1.1.5) but it is not installable
Depends: nodejs (>= 10.0.0) but 8.11.1~dfsg-2~bpo9+1 is to be installed
Depends: python3 (>= 3.7.0) but 3.5.3-1 is to be installed
Recommends: arping but it is not going to be installed
Recommends: mosquitto but it is not going to be installed
Recommends: sqlite3 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

It seems like you’re on an older version of Raspbian. That package will only work on Raspbian Buster.

You always have the option of building the gateway yourself, by following the steps in the README.

The installed image is “Raspbian GNU/Linux 9 (stretch)”