Skip to content

Commit 16bf945

Browse files
authored
[skip-changelog] Add ARMv6 download links to install docs
As a newcomer, this made me assume ARMv6 is not supported so I searched the issues, found arduino#340, which suggested building from source so I did, only to discover an ARMv6 binary in the release files. As for the table layout, it's not ideal. It would also make sense to have this in another column.
1 parent bdd0cf9 commit 16bf945

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: docs/installation.md

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ in your [`PATH`](https://en.wikipedia.org/wiki/PATH%5F%28variable%29) or add the
6262
| ----------- | -------------------- | ---------------------- |
6363
| Linux | [32 bit][linux32] | [64 bit][linux64] |
6464
| Linux ARM | [32 bit][linuxarm32] | [64 bit][linuxarm64] |
65+
| Linux ARMv6 | [32 bit][linuxarmv6] | |
6566
| Windows exe | [32 bit][windows32] | [64 bit][windows64] |
6667
| Windows msi | | [64 bit][windowsmsi64] |
6768
| macOS | | [64 bit][macos64] |
@@ -71,6 +72,7 @@ in your [`PATH`](https://en.wikipedia.org/wiki/PATH%5F%28variable%29) or add the
7172
[linux32]: https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_32bit.tar.gz
7273
[linuxarm64]: https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARM64.tar.gz
7374
[linuxarm32]: https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARMv7.tar.gz
75+
[linuxarmv6]: https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARMv6.tar.gz
7476
[windows64]: https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.zip
7577
[windows32]: https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_32bit.zip
7678
[windowsmsi64]: https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.msi
@@ -94,6 +96,7 @@ to get the latest nightly build available for the supported platform, use the fo
9496
| ----------- | ---------------------------- | ------------------------------ |
9597
| Linux | [32 bit][linux32-nightly] | [64 bit][linux64-nightly] |
9698
| Linux ARM | [32 bit][linuxarm32-nightly] | [64 bit][linuxarm64-nightly] |
99+
| Linux ARMv6 | [32 bit][linuxarmv6-nightly] | |
97100
| Windows exe | [32 bit][windows32-nightly] | [64 bit][windows64-nightly] |
98101
| Windows msi | | [64 bit][windowsmsi64-nightly] |
99102
| macOS | | [64 bit][macos64-nightly] |
@@ -103,6 +106,7 @@ to get the latest nightly build available for the supported platform, use the fo
103106
[linux32-nightly]: https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_32bit.tar.gz
104107
[linuxarm64-nightly]: https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARM64.tar.gz
105108
[linuxarm32-nightly]: https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARMv7.tar.gz
109+
[linuxarmv6-nightly]: https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARMv6.tar.gz
106110
[windows64-nightly]: https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_64bit.zip
107111
[windows32-nightly]: https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_32bit.zip
108112
[windowsmsi64-nightly]: https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_64bit.msi

0 commit comments

Comments
 (0)