Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding support for device_tree_path in rpio.init to fix #154 ra… #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

masahji
Copy link

@masahji masahji commented Nov 24, 2021

Fix for #154
feat: adding support for device_tree_path in rpio.init to fix #154 rather than assume /proc/device-tree/model
This allows non privileged docker containers to specify a different path for the model file since it can't use /proc/device-tree/model

…#154 rather than assume /proc/device-tree/model

This allows non privileged docker containers to specify a different path for the model file since it can't use /proc/device-tree/model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

detect_pinmap hard codes /proc/device-tree/model causing docker issues
1 participant