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

BeagleBone not detected reliably #371

Open
bgigous opened this issue Dec 12, 2024 · 0 comments
Open

BeagleBone not detected reliably #371

bgigous opened this issue Dec 12, 2024 · 0 comments

Comments

@bgigous
Copy link

bgigous commented Dec 12, 2024

In #218, the issue was resolved by adding a check for /sys/bus/nvmem/devices/0-00501/nvmem. However, on my system running the same kernel version as indicated in the linked issue, the board's nvmem on i2c bus 0 was actually located in the 0-00502 folder.

I suggest using python builtins to find the directory matching pattern 0-0050* instead of checking only 0-00501 or 0-00502.

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

No branches or pull requests

1 participant