updated RPi readme
This commit is contained in:
parent
bc6d4d846d
commit
d97fcef444
@ -84,6 +84,12 @@ toolchain binaries are added to the path accordingly.
|
|||||||
wget https://github.com/Pro/raspi-toolchain/releases/latest/download/raspi-toolchain.tar.gz
|
wget https://github.com/Pro/raspi-toolchain/releases/latest/download/raspi-toolchain.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then extract to the opt folder:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo tar xfz raspi-toolchain.tar.gz --strip-components=1 -C /opt
|
||||||
|
```
|
||||||
|
|
||||||
Please note that this version of the toolchain might become obsolete in the future.
|
Please note that this version of the toolchain might become obsolete in the future.
|
||||||
If another toolchain installation is used, it is still recommended to unpack the toolchain in the
|
If another toolchain installation is used, it is still recommended to unpack the toolchain in the
|
||||||
`/opt/cross-pi-gcc` folder so that the Eclipse configuration and helper
|
`/opt/cross-pi-gcc` folder so that the Eclipse configuration and helper
|
||||||
|
Reference in New Issue
Block a user