From 31596a95dc852d4904f1925f109aa543da5a1f9c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 20 Nov 2020 18:43:55 +0100 Subject: [PATCH] readme update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd1b7c14..14eeba9e 100644 --- a/README.md +++ b/README.md @@ -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: \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