Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tmigone/balena-udev-examples
- Owner: tmigone
- Created: 2019-07-30T03:40:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T02:14:00.000Z (over 5 years ago)
- Last Synced: 2024-10-19T19:59:34.880Z (3 months ago)
- Topics: balena, balenadash, balenaos, iot, udev, udev-rules
- Language: Shell
- Homepage: https://medium.com/@tomasmigone/hot-plugging-usb-devices-in-balenaos-5dca4b05ca7e
- Size: 4.72 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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. |