hopefully fixed now

This commit is contained in:
Robin Müller 2020-11-20 18:51:28 +01:00 committed by Robin Mueller
parent c4449517c7
commit 2192b02dcb

View File

@ -98,21 +98,21 @@ git submodule update
* Transfer executable agent from org.eclipse.tcf.agent/agent/obj/GNU/Linux/arm/Debug to /tmp of Q7S * Transfer executable agent from org.eclipse.tcf.agent/agent/obj/GNU/Linux/arm/Debug to /tmp of Q7S
```sh ```sh
cd obj/GNU/Linux/arm/Debug cd obj/GNU/Linux/arm/Debug
scp agent root@192.168.133.10:/tmp scp agent root@192.168.133.10:/tmp
``` ```
* On Q7S * On Q7S
```sh ```sh
cd /tmp cd /tmp
chmod +x agent chmod +x agent
``` ```
* Run agent * Run agent
```sh ```sh
./agent ./agent
``` ```
5. In Xilinx SDK 2018.2 right click on project → Debug As → Debug Configurations 5. In Xilinx SDK 2018.2 right click on project → Debug As → Debug Configurations
6. Right click Xilinx C/C++ applicaton (System Debugger) → New → 6. Right click Xilinx C/C++ applicaton (System Debugger) → New →