diff --git a/README.md b/README.md index 0effabb8..7307b714 100644 --- a/README.md +++ b/README.md @@ -385,13 +385,13 @@ more recent disitributions anymore. ## 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)