getting_started:deploy:deploy_bbb
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:deploy:deploy_bbb [2021/03/29 13:59] – [Running the Built-in Examples of EEROS] ursgraf | getting_started:deploy:deploy_bbb [2023/04/13 10:37] (current) – [Deploying] ursgraf | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Preparations ===== | ===== Preparations ===== | ||
| + | |||
| + | Fetch the [[https:// | ||
| + | $ git clone https:// | ||
| + | $ cd eeros-build-scripts | ||
| + | $ git checkout sdk_bbb | ||
| + | </ | ||
| The file '' | The file '' | ||
| Line 10: | Line 16: | ||
| target_application_folder=/ | target_application_folder=/ | ||
| </ | </ | ||
| - | Now, make sure that the directory /opt/eeros/ exists on the target. If not, ssh into the board with < | + | |
| - | $ ssh ost@192.168.7.2 | + | |
| - | </ | + | |
| - | For credentials see [[https:// | + | |
| ===== Deploying ===== | ===== Deploying ===== | ||
| Line 19: | Line 23: | ||
| Next, edit '' | Next, edit '' | ||
| < | < | ||
| - | build-armhf/ | + | ../ | 
| - | build-armhf/ | + | ../ | 
| </ | </ | ||
| If you wrote your own [[getting_started: | If you wrote your own [[getting_started: | ||
| < | < | ||
| - | build-armhf/hello/helloworld | + | ../hello/build-armhf/ | 
| </ | </ | ||
| Line 32: | Line 36: | ||
| </ | </ | ||
| - | ===== Running ===== | + | ===== Running | 
| ssh into the board with < | ssh into the board with < | ||
| $ ssh ost@192.168.7.2 | $ ssh ost@192.168.7.2 | ||
| </ | </ | ||
| + | For credentials see [[https:// | ||
| Change into your target application folder and run the example < | Change into your target application folder and run the example < | ||
| Line 43: | Line 48: | ||
| $ sudo ./ | $ sudo ./ | ||
| </ | </ | ||
| + | |||
| + | ===== Running your Application which is a ROS Node ===== | ||
| + | |||
| + | Be sure to setup your network settings according to [[getting_started: | ||
| + | export ROS_MASTER_URI=http:// | ||
| + | </ | ||
| + | Add the following line to your ''/ | ||
| + | 192.168.7.2 | ||
| + | </ | ||
| + | |||
| + | Run your application with < | ||
| + | $ sudo -E ./ | ||
| + | </ | ||
| + | |||
| ===== Running the Built-in Examples of EEROS ===== | ===== Running the Built-in Examples of EEROS ===== | ||
| Line 49: | Line 68: | ||
| $ sudo / | $ sudo / | ||
| </ | </ | ||
| + | |||
getting_started/deploy/deploy_bbb.1617019192.txt.gz · Last modified: 2021/03/29 13:59 by ursgraf
                
                