Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmigone/balena-udev-examples

Sample project to showcase udev handling in balenaOS.
https://github.com/tmigone/balena-udev-examples

balena balenadash balenaos iot udev udev-rules

Last synced: 8 days ago
JSON representation

Sample project to showcase udev handling in balenaOS.

Awesome Lists containing this project

README

        

# balena-udev-examples

This project contains example containers to showcase udev handling in balenaOS.
For more information please refer to [this post](https://medium.com/@tomasmigone/hot-plugging-usb-devices-in-balenaos-5dca4b05ca7e).
Deploy to balena with ```balena push ```

| Container | Description |
| ------------- | ------------- |
| udev-default | Default: ```UDEV=off``` and ```privileged: false``` |
| udev-enabled | ```UDEV=on``` and ```privileged: true``` |
| udev-rule-hello-world | udev-enabled with udev rule that prints to log. |
| usb-copy | Full example. Files copied when USB plugged. |