README update
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Cleanroom Laptop L590 2022-03-25 12:19:53 +01:00
parent 6e91462cba
commit 59dfff9bf8

View File

@ -385,13 +385,13 @@ more recent disitributions anymore.
## <a id="arm-toolchain"></a> Installing toolchain without Vivado
You can download the toolchains for Windows and Linux
[from the EIVE cloud](https://eive-cloud.irs.uni-stuttgart.de/index.php/apps/files?dir=/EIVE_IRS/Software/tools&fileid=831898).
[from the EIVE cloud](https://eive-cloud.irs.uni-stuttgart.de/index.php/s/iYom2f7SJnPjDG6/download/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz).
If `wget` is available (e.g. MinGW64), you can use the following command to download the
toolchain for Windows
```sh
wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/rfoaistRd67yBbH/download/gcc-arm-linux-gnueabi-win.zip
wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/iYom2f7SJnPjDG6/download/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz
```
or the following command for Linux (could be useful for CI/CD)