-
In the case of using the image in a multi-docker environment (docker-compose), it is necessary to specify the **dbus label** to expose its interface. Would it make sense to add it in this example? The…
-
I was just looking at what resin.io are doing for managing big fleets of embedded devices and it seems like there are some things we can learn from them.
https://resin.io/how-it-works/
Basically the…
-
Atm we catch the 404 error and regardless of the response body we change the error to a 'device not found' error. We should use the response body (if available) now that the API sends mode descriptiv…
-
In this piece of code I set the API URL to one value, then query that value:
```
var myApiUrl = "https://api.resinstaging.io"
const resin = require('resin-sdk')({
apiUrl: myApiUrl
})
console.lo…
-
See the conversation in https://github.com/resin-io/resin-ssh-keys/pull/44
The commit in that PR was missing a `Change-type: ` footer-tag, and VersionBot then displayed a
```
Versionist — Missing…
lurch updated
6 years ago
-
Update https://docs.resin.io/hardware/meta-resin/ with info from https://github.com/resin-os/meta-resin/blob/master/contributing-device-support.md
-
- **resin-cli version:** 6.13.0
- **Operating system and architecture:** any
Currently, the resin CLI requires elevated privileges even for operations that wouldn't require them, for example injec…
-
The http://docs.resin.io/#/pages/hardware/meta-resin.md document needs information on the steps needed after the resin yocto layer was created.
We can generalise these steps in README.md (meta-resi…
-
```bash
modprobe sierra
modprobe sierra_net
```
Other commands:
- `dmesg`
- `lsmod`
- `lsusb`
- `ls /dev/`
- `modinfo sierra`
- `modinfo sierra_net`
- `insmod` doesn't work
General Netwo…
-
We have a simple demo project that builds OOT kernel modules for devices here: https://github.com/resin-io-playground/kernel-module-build
This is related to https://github.com/resin-io/hq/issues/16…