Skip to content

Raspberry PI #233

Answered by rapiz1
meeximum asked this question in Q&A
Mar 24, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Depends on the architecture of the very model.

One of the followings should work:

  • arm-unknown-linux-musleabi
  • arm-unknown-linux-musleabihf
  • armv7-unknown-linux-musleabihf for recent PIs

For a Raspberry Pi 4 (and also for most other recent Raspberry Pi boards), we can use the armv7-unknown-linux-musleabihf target.
Roughly, the target components have the following meaning:
armv7 : the architecture to use for the target processor, in our case ARM v7 (even though Raspberry Pi 4 actually supports up to ARM v8)
unknown : the sub-architecture to use; in our case this just means the default option
linux : the target Operating System
musleabihf : the ABI to target; musl means that it relies on mu…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@meeximum
Comment options

Answer selected by meeximum
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants