Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Provision on supported modems #523

Open
balenaio opened this issue Feb 12, 2019 · 0 comments
Open

Provision on supported modems #523

balenaio opened this issue Feb 12, 2019 · 0 comments

Comments

@balenaio
Copy link
Collaborator

Description

Provision device using the supported modems as documented in https://github.com/resin-os/meta-resin/blob/master/README.md#devices-support. If this device is mentioned as a tested platform, FOR EACH modem supported on this platform, run the test steps below.
Please try two SIM cards for this test: A Soracom SIM and another one

Steps to reproduce issue

If this device type is not listed in the documentation (https://github.com/resin-os/meta-resin/blob/master/README.md#devices-support) skip this test. Otherwise, continue as it follows.
Download Device OS
Configure the modem connection as documented here: https://docs.resin.io/reference/resinOS/network/2.x/#cellular-modem-setup
Push the following dockerfile.template to the application:
FROM resin/%%RESIN_MACHINE_NAME%%-alpine:latest
CMD ["cat", "/etc/os-release"]

Expected result

The device should appear (provision) in the application's dashboard
The device should download and run the application
The logs shown in the dashboard should look similar to the following (watch for the release version, slug/machine and variant fields to be the correct ones for the board you are testing):

ID="resin-os"
NAME="Resin OS"
VERSION="2.9.7+rev1"
VERSION_ID="2.9.7"
PRETTY_NAME="Resin OS 2.9.7+rev1"
RESIN_BOARD_REV="1b12aa4"
META_RESIN_REV="585641b"
SLUG="odroid-xu4"
MACHINE="odroid-xu4"
VARIANT="Production"
VARIANT_ID="prod"

Actual result

Huawei ME909s-120
with USB Adapter - the Modem manages to connect but no internet interface is created
on PCI-E - the Modem gets stuck in the searching state and no internet interface is created

Quectel EC20
with USB Modem Adapter - the Modem gets stuck in the searching state and no internet interface is created
on PCI-E - the Modem gets stuck in the searching state and no internet interface is created

SIM7600E
with USB Adapter - the Modem got stuck in the connecting state
on PCI-E - the Modem got stuck in the searching state
No internet interface was generated.

Other information

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant