[meta-xilinx] How to develop?

Mike Looijmans mike.looijmans at topic.nl
Mon Apr 28 05:34:23 PDT 2014


>>> I'm sorry, I wasn't specific enough. When I edit the source code of my
>>> application
>>> on my development system, how do I get the resulting binary to the target
>>> system?
...
>>
>> There are many methods, just to list a few (including NFS).
>>
>> * NFS
>> * SCP (you will need openssh/dropbear) or SFTP
>> * FTP
>> * TCF (requires tcf-agent package) - this is the flow Xilinx SDK uses now, it is part of the Eclipse tools. It is quite powerful, have a look if you are interested (it even does the debugging without the need for gdb)
>
> sshfs also works well.

I have even employed copy&paste via the terminal (using uuencode or base64 
encoding of binaries) to place binaries on a system when it wasn't possible to 
use the network or similar. Even have written a python script one day to do 
the tar-zip-base64-teletype-unbase64-unzip-untar sequence making the tty into 
something resembling scp.
Not recommended for multi-megabyte files though, unless your coffee machine is 
miles away :)

In general, I use ssh (scp) using dropbear on target. I typically place a 
pre-set authorized_keys files on target, which makes it safe to plug the 
device straight into the company network, and i don't have to type passwords then.

Mike.


Met vriendelijke groet / kind regards,

Mike Looijmans

TOPIC Embedded Systems
Eindhovenseweg 32-C, NL-5683 KH Best
Postbus 440, NL-5680 AK Best
Telefoon: (+31) (0) 499 33 69 79
Telefax:  (+31) (0) 499 33 69 70
E-mail: mike.looijmans at topic.nl
Website: www.topic.nl

Please consider the environment before printing this e-mail

Bezoek ons op 7 en 8 mei tijdens High-Tech Systems Den Bosch (stand 24)
http://www.hightechsystems.nl




More information about the meta-xilinx mailing list