Skip to content

Commit 1790b20

Browse files
committed
[docs] Update Linux ARM toolchain link in install guide
Update download link to the 10.3-2021.10 release.
1 parent e12be4e commit 1790b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ export PATH="/opt/doxypress:$PATH"
8585
Install the [pre-built ARM toolchain][gcc-arm-toolchain]:
8686

8787
```sh
88-
wget -O- https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2 | sudo tar xj -C /opt/
88+
wget -O- https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 | sudo tar xj -C /opt/
8989
```
9090

9191
Add it to your `PATH` variable in `~/.bashrc`:
9292

9393
```sh
94-
export PATH="/opt/gcc-arm-none-eabi-10-2020-q4-major/bin:$PATH"
94+
export PATH="/opt/gcc-arm-none-eabi-10.3-2021.10/bin:$PATH"
9595
```
9696

9797
!!! warning "Ubuntus 'gcc-arm-none-eabi' package"

0 commit comments

Comments
 (0)