User Tools

Site Tools


getting_started:write_app:use_on_bbb

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:write_app:use_on_bbb [2024/11/07 12:25] – [Say Hello with EEROS] ursgrafgetting_started:write_app:use_on_bbb [2026/05/13 15:08] (current) – [Use Existing Project] ursgraf
Line 47: Line 47:
 </code> </code>
   - Source the script for the SDK which has been installed in [[getting_started:install:use_on_bbb#Install_SDK_on_the_Host|Install SDK on the Host]] with <code>   - Source the script for the SDK which has been installed in [[getting_started:install:use_on_bbb#Install_SDK_on_the_Host|Install SDK on the Host]] with <code>
-$ . ~/ost-devel/1.0/environment-setup-cortexa8hf-neon-poky-linux-gnueabi+$ . /opt/ost-devel/1.0/environment-setup-cortexa8hf-neon-poky-linux-gnueabi
 </code> This step has to be done only once. However, you have to repeat it as soon as you open another shell. </code> This step has to be done only once. However, you have to repeat it as soon as you open another shell.
   - Build the project with <code>   - Build the project with <code>
Line 64: Line 64:
 $ git clone https://github.com/eeros-project/simple-motor-control.git $ git clone https://github.com/eeros-project/simple-motor-control.git
 $ cd simple-motor-control $ cd simple-motor-control
-$ git checkout v1.0.0+$ git checkout v1.0.1
 </code> </code>
   - Create a build directory and change into it with <code>   - Create a build directory and change into it with <code>
Line 71: Line 71:
 </code> </code>
   - Source the script for the SDK which has been installed in [[getting_started:install:use_on_bbb#Install_SDK_on_the_Host|Install SDK on the Host]] with <code>   - Source the script for the SDK which has been installed in [[getting_started:install:use_on_bbb#Install_SDK_on_the_Host|Install SDK on the Host]] with <code>
-$ . ~/ost-devel/1.0/environment-setup-cortexa8hf-neon-poky-linux-gnueabi +$ . /opt/ost-devel/1.0/environment-setup-cortexa8hf-neon-poky-linux-gnueabi 
-</code> This step has to be done only once. However, you have to repeat it as soon as you open another shell.  - Build the project with <code>+</code> This step has to be done only once. However, you have to repeat it as soon as you open another shell.   
 +  - Build the project with <code>
 $ cmake -DUSE_BBBLUE=TRUE .. $ cmake -DUSE_BBBLUE=TRUE ..
 $ make $ make
getting_started/write_app/use_on_bbb.1730978747.txt.gz · Last modified: by ursgraf