Update Package #38

Merged
meierj merged 34 commits from mueller/adis-handler-spi-update into develop 2021-05-27 13:48:12 +02:00
Showing only changes of commit d33a9cfff6 - Show all commits

View File

@ -66,7 +66,7 @@ wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/Q3zeFicebpibiBT/downloa
or the following command for Linux (could be useful for CI/CD) or the following command for Linux (could be useful for CI/CD)
```sh ```sh
wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/oqC8NNWJq79njLR/download/gcc-arm-linux-gnueabi-linux.zip wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/5bDHLF4spqn2zJT/download/gcc-arm-linux-gnueabi.tar.gz
``` ```
### Installing CMake and MSYS2 on Windows ### Installing CMake and MSYS2 on Windows
@ -111,7 +111,7 @@ Download it and unzip it somewhere in the Xilinx installation folder.
You can use the following command if `wget` can be used or for CI/CD: You can use the following command if `wget` can be used or for CI/CD:
``` ```
wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/3LaJwNTjJ882nCe/download/cortexa9hf-neon-xiphos-linux-gnueabi-sysroot.zip wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/aBjpbMAFCEP7prF/download/cortexa9hf-neon-xiphos-linux-gnueabi.tar.gz
``` ```
Then, create a new environmental variables `Q7S_SYSROOT` and set it to the local system root path. Then, create a new environmental variables `Q7S_SYSROOT` and set it to the local system root path.
@ -621,4 +621,4 @@ This shows the memory mapping of /dev/i2c-0
Rebooting currently running image: Rebooting currently running image:
```` ````
xsc_boot_copy -r xsc_boot_copy -r
```` ````