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
Next revisionBoth sides next revision
getting_started:write_app:use_on_bbb [2023/04/12 11:38] – [Use Existing Project] ursgrafgetting_started:write_app:use_on_bbb [2023/04/12 15:42] – [Say Hello with EEROS] ursgraf
Line 44: Line 44:
 $ mkdir build-armhf $ mkdir build-armhf
 $ cd build-armhf  $ cd build-armhf 
 +</code>
 +  - Source the script for the SDK which has been installed in [[getting_started:install:use_on_bbb#Install_SDK_on_the_Host|]] with <code>
 +$ . ~/ost-devel/1.0/environment-setup-cortexa8hf-neon-poky-linux-gnueabi
 </code> </code>
   - Build the project with <code>   - Build the project with <code>
Line 61: Line 64:
 $ cd simple-motor-control $ cd simple-motor-control
 </code> </code>
-  - Edit the file ''config.sh.in'' as follows <code> +  - Create a build directory and change into it with <code> 
-custom_application=simple-motor-control +$ mkdir build-armhf 
-</code> +$ cd build-armhf 
-  Fetch the code of the application with <code> +
-$ ./clone.sh+
 </code> </code>
   - Build the project with <code>   - Build the project with <code>
-$ ./make.sh+cmake -DUSE_BBBLUE=TRUE .. 
 +$ make
 </code> </code>
  
 Continue with [[getting_started:deploy:deploy_bbb|]]. Continue with [[getting_started:deploy:deploy_bbb|]].
getting_started/write_app/use_on_bbb.txt · Last modified: 2023/04/12 15:45 by ursgraf