reamde update

This commit is contained in:
Robin Müller 2020-11-20 18:46:47 +01:00 committed by Robin Mueller
parent 4a80b477c4
commit 770b74124c

View File

@ -78,10 +78,10 @@ git submodule update
* pw: root * pw: root
* Set IP address and netmask with * Set IP address and netmask with
`sh ```sh
ifconfig eth0 192.168.133.10 ifconfig eth0 192.168.133.10
ifconfig eth0 netmask 255.255.255.0 ifconfig eth0 netmask 255.255.255.0
` ```
2. Connect Q7S to workstation via ethernet 2. Connect Q7S to workstation via ethernet
3. Make sure the netmask of the ehternet interface of the workstation matches the netmask of the Q7S 3. Make sure the netmask of the ehternet interface of the workstation matches the netmask of the Q7S
@ -89,11 +89,12 @@ git submodule update
is 192.168.133.2 is 192.168.133.2
4. Run tcf-agent on Q7S 4. Run tcf-agent on Q7S
* Tcf-agent is not yet integrated in the rootfs of the Q7S. Therefore build tcf-agent manually * Tcf-agent is not yet integrated in the rootfs of the Q7S. Therefore build tcf-agent manually
```sh
git clone git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git ```sh
cd org.eclipse.tcf.agent/agent git clone git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git
make CC=arm-linux-gnueabihf-gcc LD=arm-linux-gnueabihf-ld MACHINE=arm NO_SSL=1 NO_UUID=1 cd org.eclipse.tcf.agent/agent
``` make CC=arm-linux-gnueabihf-gcc LD=arm-linux-gnueabihf-ld MACHINE=arm NO_SSL=1 NO_UUID=1
```
* 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