readme update
This commit is contained in:
parent
605d0c5279
commit
31596a95dc
10
README.md
10
README.md
@ -55,10 +55,10 @@ git submodule sync
|
|||||||
git submodule update
|
git submodule update
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Open Xilinx SDK 2018.2
|
3. Open Xilinx SDK 2018.2
|
||||||
5. Import project
|
4. Import project
|
||||||
* File → Import → C/C++ → Existing Code as Makefile 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
|
* 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
|
* -j causes the compiler to use all available cores
|
||||||
* On windows create a make target (Windows → Show View → Make Target)
|
* On windows create a make target (Windows → Show View → Make Target)
|
||||||
@ -66,8 +66,8 @@ git submodule update
|
|||||||
* Target name: all
|
* Target name: all
|
||||||
* Uncheck "Same as the target name"
|
* Uncheck "Same as the target name"
|
||||||
* Uncheck "Use builder settings"
|
* Uncheck "Use builder settings"
|
||||||
* As build command type: <path to make>\make -j all WINDOWS=1
|
* As build command type: `make -j all WINDOWS=1`
|
||||||
7. Run build command (double click the generated target)
|
6. Run build command (double click the generated target)
|
||||||
|
|
||||||
## Debugging the software (when workstation is directly conncected to Q7S)
|
## Debugging the software (when workstation is directly conncected to Q7S)
|
||||||
1. Assign static IP address to Q7S
|
1. Assign static IP address to Q7S
|
||||||
|
Loading…
Reference in New Issue
Block a user