Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Installing TCF AGent on Rapberru Pi Zero (BCM 2837)(Install TCF)
Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798673] Thu, 22 November 2018 15:01 Go to next message
Anne Creek is currently offline Anne CreekFriend
Messages: 275
Registered: September 2014
Senior Member
# (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
Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798807 is a reply to message #1798673] Mon, 26 November 2018 02:20 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Other than the output showing up at obj/GNU/Linux/arm/Debug/agent, yes it compiles fine. I don't
know if the GPIO ports map any differently, but for most software the Pi Zero is identical to the
original Pi.

The "raspberry" above is the default password for the default user, "pi", in the Raspbian Linux
distribution.

From what I can tell, the TCF team prefers to you ask questions using their mailing list.
https://www.eclipse.org/tcf/support.php does not even mention the forum.


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798843 is a reply to message #1798807] Mon, 26 November 2018 14:39 Go to previous messageGo to next message
Anne Creek is currently offline Anne CreekFriend
Messages: 275
Registered: September 2014
Senior Member
Thanks for reply.
I am actually y just trying to implement "hello world" on RPi Zero.
No GPIO , not yet.
The "developer" site did not want to communicate with me - they limit themselves only to "developers ".,
I am running full blown C++ program on RPi 3B via TCF , no problem whatsoever.

The issue is - how to make TCF work on Zero.
I can change the compiler / linker options , compile / link without any errors, but it just wont run on Zero.

I need to find where / what is missing.

TCF installation or crosscompiler results?



Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798845 is a reply to message #1798843] Mon, 26 November 2018 14:48 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
To post to https://accounts.eclipse.org/mailing-list/tcf-dev you must subscribe. To subscribe you must create an account.

https://accounts.eclipse.org/user/register

It seems to me there is a fair bit of activity in TCF:

https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/log/
https://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/log/


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798848 is a reply to message #1798845] Mon, 26 November 2018 15:17 Go to previous messageGo to next message
Anne Creek is currently offline Anne CreekFriend
Messages: 275
Registered: September 2014
Senior Member
Thanks
Interesting activities - managed by whom?
I shall look if I can get on "the list" .

Perhaps I am not the only victim using TCF,
but it does not make me feel any better.

Cheers
Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798861 is a reply to message #1798848] Mon, 26 November 2018 17:38 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
You'll have to ask the developers who manage them; perhaps there are no managers, only inmates. :-)

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1799095 is a reply to message #1798861] Thu, 29 November 2018 16:56 Go to previous message
Anne Creek is currently offline Anne CreekFriend
Messages: 275
Registered: September 2014
Senior Member
Short update in case anybody else is foolish to try to crosscompile TCF C++ code ,using Eclipse , to actually run on Raspberry Pi Zero armv6 hardware.
Do not do it - "resistance is futile " you will be forced to use arm7 hardware !

CASE CLOSED.
Previous Topic:Eclipse Photon- Can not install install some plugins manually
Next Topic:Define the OpenOCD folder location
Goto Forum:
  


Current Time: Fri Apr 26 03:01:22 GMT 2024

Powered by FUDForum. Page generated in 0.09773 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top