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

Add support to raspberry pi 5 #90

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

patrickelectric
Copy link
Member

@patrickelectric patrickelectric commented Nov 27, 2024

There are a couple of problems:
- icm20689 can't use cs while in operation by OS in pi 5.
- bmp390 is not compatible with bmp280 e the only implementation is async

TODO: gpiochip0 should be used in pi 4

@RaulTrombin
Copy link
Member

There is a workaround for icm2p689 that's change overlay spi-3cs to just spi-1cs, it's related to new kernel. I think the library need an update to use newer embedded-hal with cs pin.

There are a couple of problems:
- icm20689 can't use cs while in operation by OS in pi 5.
- bmp390 is not compatible with bmp280 e the only implementation is async

TODO: gpiochip0 should be used in pi 4

@patrickelectric
Copy link
Member Author

I believe that first we need an answer from: rust-embedded/linux-embedded-hal#116

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.

2 participants