readme update

This commit is contained in:
Robin Müller 2020-11-20 18:43:55 +01:00
parent 605d0c5279
commit 31596a95dc

View File

@ -55,10 +55,10 @@ git submodule sync
git submodule update
```
4. Open Xilinx SDK 2018.2
5. Import project
3. Open Xilinx SDK 2018.2
4. Import project
* File → Import → C/C++ → Existing Code as Makefile Project
6. Set build command
5. Set build command
* When on Linux right click project → Properties → C/C++ Build → Set build command to make -j
* -j causes the compiler to use all available cores
* On windows create a make target (Windows → Show View → Make Target)
@ -66,8 +66,8 @@ git submodule update
* Target name: all
* Uncheck "Same as the target name"
* Uncheck "Use builder settings"
* As build command type: <path to make>\make -j all WINDOWS=1
7. Run build command (double click the generated target)
* As build command type: `make -j all WINDOWS=1`
6. Run build command (double click the generated target)
## Debugging the software (when workstation is directly conncected to Q7S)
1. Assign static IP address to Q7S