Skip to content

pi5 support. #30051

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

Open
awright424 opened this issue May 12, 2025 · 1 comment
Open

pi5 support. #30051

awright424 opened this issue May 12, 2025 · 1 comment

Comments

@awright424
Copy link

Platform
[ ] All
[ ] AntennaTracker
[ x ] Copter
[ ] Plane
[ ] Rover
[ ] Submarine

I was attempting to test a sensor using INS_generic on my raspberry pi cm5. I dont know if there has been support added for the pi5 to be used with boards like the obal board or custom boards as well. which is what I am trying to do. This is after compiling the obal target natively on the board. I will also test the sensor with a cm4 but would prefer to use the more powerful cm5

alex@raspberrypi:~/ardupilot/build/obal/examples $ sudo ./INS_generic
Cannot detect board-type
Unknown rpi_version, cannot locate peripheral base address
Segmentation fault

@Williangalvani
Copy link
Contributor

Hi,

That seems to be an issue here:
https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_HAL_Linux/GPIO_RPI.cpp#L19-L38

IIRC most data came from here:
https://datasheets.raspberrypi.com/rp1/rp1-peripherals.pdf

we need to check why the CM5 is not being identified.

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

2 participants