Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798673] |
Thu, 22 November 2018 10:01  |
Eclipse User |
|
|
|
# (Replace n.n.n.n by the actual IP address that you read)
ssh pi@n.n.n.n / password : raspberry
sudo apt-get update # (Need to update the Raspbian update caches to get git)
sudo apt-get install git uuid uuid-dev libssl-dev
git clone git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git
cd org.eclipse.tcf.agent/agent
cp -R machine/arm machine/armv6l
make
# In case you don't have libcrypt / libssl, you can also make NO_SSL=1 NO_UUID=1
obj/GNU/Linux/armv6l/Debug/agent S
I need to verify the above procedure IF IT IS VALID to install TCF on Raspberry Pi Zero.
This procedure appears to be a copy of one which was published by YAKINDU (?) and NEVER actually specifies the BCM processor TCF Agent is being installed on - just uses generic "Raspberry".
It is published here https://wiki.eclipse.org/TCF/Raspberry_Pin by Eclipse so I am posting it here and NOT in dead TCF forum
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.09994 seconds