User Tools

Site Tools


application

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
application [2018/10/10 10:30] – created finkapplication [2019/04/03 09:13] fink
Line 1: Line 1:
 ======== Write your own application ======== ======== Write your own application ========
-As descriped in [[http://hw.eeros.org/eeduro/delta/setup#import_a_eeros_project|Setup your environment -> Import an EEROS project]] you can create your own applications. \\+As descriped in [[http://hw.eeros.org/eeduro/setup#import_a_eeros_project|Setup your environment -> Import an EEROS project]] you can create your own applications. \\
   - Start KDevelop    - Start KDevelop 
   - Project -> Open/Import project   - Project -> Open/Import project
Line 45: Line 45:
 Change the deploy.txt file to match your project- and application-name Change the deploy.txt file to match your project- and application-name
 <code> <code>
-//remove comments when copy paste +install-armhf/lib/libeeros.so.1.0.0.0 
-Install-armhf/lib/libeeros.so.0.0.0.0      // the eeros library for the target +install-armhf/lib/libbbblueeeros.so.0.1.0 
-Install-armhf/lib/libbbblueeeros.so    // the beagle bone blue wrapper forh the eeros library +myApp/HwConfigBBBlue.json 
-myApp/HwConfigBBBlue.json    // the hardware configuration file +build-armhf/myApp/test-project
-build-armhf/myApp/test-project             // the application+
 </code> </code>
-Deploy your application with the deploy.sh shellscript and run the application on the target.+Deploy your application with the ''deploy.sh'' shellscript and run the application on the target.