arduhe
August 15, 2024, 7:18pm
1
May be a dumb question, but I couldn’t find documentation describing how to work with an raspberry pi 5 and platformio. The only doc I’ve found here ends with raspi 3 B.
Is there really no support for newer versions?`
That platform hasn’t been worked on for ages. Even Raspberry Pi 4 support was not added.
opened 02:10PM - 08 Nov 19 UTC
enhancement
What kind of issue is this?
- [ ] **Question**.
This issue tracker is … not the place for questions. If you want to ask how to do something,
or to understand why something isn't working the way you expect it to,
use [Community Forums](https://community.platformio.org) or [Premium Support](https://platformio.org/support)
- [ ] **PlatformIO IDE**.
All issues related to PlatformIO IDE should be reported to appropriate repository:
[PlatformIO IDE for Atom](https://github.com/platformio/platformio-atom-ide/issues) or
[PlatformIO IDE for VSCode](https://github.com/platformio/platformio-vscode-ide/issues)
- [ X] **Development Platform or Board**.
All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms
should be reported to appropriate repository related to your hardware
One vote for adding support for Raspberry Pi 4 B...
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/83562886-support-raspberry-pi-4-b?utm_campaign=plugin&utm_content=tracker%2F38214396&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F38214396&utm_medium=issues&utm_source=github).
</bountysource-plugin>
Better find a different setup to do cross-compiling for a Pi 5. (If you’re programming directly on a Pi 5, you can use platform = native
.)
arduhe
August 16, 2024, 11:53am
3
@maxgerhardt Thank you very much - even if it is the expected answer / the answer I was afraid of - what a pity