User Tools

Site Tools


getting_started:deploy:deploy_cb20

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
getting_started:deploy:deploy_cb20 [2023/04/13 11:12] – [Preparations] ursgrafgetting_started:deploy:deploy_cb20 [2023/04/13 11:21] (current) – [Deploying] ursgraf
Line 12: Line 12:
 The file ''config.sh.in'' contains entries for the destination of deploying. The file ''config.sh.in'' contains entries for the destination of deploying.
 <code> <code>
-target_IP_address=es140.ntb.ch      // use appropriate ip number or name+target_IP_address=146.136.100.8      // use appropriate ip number or name
 target_username=ost       target_username=ost      
 target_application_folder=/home/ost/ target_application_folder=/home/ost/
Line 21: Line 21:
 Next, edit ''deploy.txt'' on the host in your project directory and enter the application program you want to transfer together with the necessary hardware configuration file, e.g. Next, edit ''deploy.txt'' on the host in your project directory and enter the application program you want to transfer together with the necessary hardware configuration file, e.g.
 <code> <code>
-build-armhf/simple-motor-control/simpleMotorControl +../simple-motor-control/build-armhf/simpleMotorControl 
-build-armhf/simple-motor-control/HwConfigBBBlue.json+../simple-motor-control/build-armhf/HwConfigBBBlue.json
 </code> </code>
 If you wrote your own [[getting_started:write_app:use_on_cb20#Say Hello with EEROS|]] the file would look like If you wrote your own [[getting_started:write_app:use_on_cb20#Say Hello with EEROS|]] the file would look like
 <code> <code>
-build-armhf/hello/helloworld+../hello/build-armhf/helloworld
 </code> </code>
  
getting_started/deploy/deploy_cb20.1681377141.txt.gz · Last modified: 2023/04/13 11:12 by ursgraf