Deployment

RPath Constraint

Todo : notes about the rpath here.

Synchronising

Methods you can use to synchronise your build pc with your embedded board.

Unison

Unison helps to synchronise local/remote trees with global filtering rules. This is great for setting up rough binary installations of entire ros trees with minimal work. This is probably the most convenient method, but alot of embedded boards won't have a unison server, so you'll have to fallback to an rsync/tarball'ing option in those cases.

Rsync/Tarball

ToDo

Install Step (use w/ Partial Cross)

Using eros' Install/Uninstall Targets sets package by package install/uninstall targets. This gives you explicit control over what each package will install and is obviously more work. Note also that the ros core stacks do not have install targets, so this is much better when working in a Partial Cross and you want a regular ./configure, make, make install kind of install.

Wiki: eros/Deployment (last edited 2011-04-27 04:35:16 by DanielStonier)