From 47fe9acf6c0d6a6f9b3d206852d7e9fd717b8f0e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 20 Nov 2020 18:50:09 +0100 Subject: [PATCH] test230 --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ed6b6a5a..5a9bd64f 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,10 @@ git submodule update * pw: root * Set IP address and netmask with -```sh -ifconfig eth0 192.168.133.10 -ifconfig eth0 netmask 255.255.255.0 -``` + ```sh + ifconfig eth0 192.168.133.10 + ifconfig eth0 netmask 255.255.255.0 + ``` 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 @@ -90,11 +90,11 @@ ifconfig eth0 netmask 255.255.255.0 4. Run tcf-agent on Q7S * 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 -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 -``` + ```sh + git clone git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git + 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