Skip to content

Commit eb1091c

Browse files
Maurizio Brancamasci
authored andcommitted
Fix architecture mapping for raspberrypi (arduino#338)
The Raspberry Pi presents itself as an `armv7l` architecture and with this mapping the install script is will download the most appropriate archive for this platform.
1 parent d81cbbf commit eb1091c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ initArch() {
3535
case $ARCH in
3636
armv5*) ARCH="armv5";;
3737
armv6*) ARCH="armv6";;
38-
armv7*) ARCH="ARM";;
38+
armv7*) ARCH="ARMv7";;
3939
aarch64) ARCH="ARM64";;
4040
x86) ARCH="32bit";;
4141
x86_64) ARCH="64bit";;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy