setup
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| setup [2019/07/09 14:54] – [RT Kernel for Beagle Bone Blue] graf | setup [2019/07/09 14:54] (current) – removed graf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ========= Setup the environment ========= | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | ===== Get your IDE ===== | ||
| - | It is highly recommended to use an IDE for your EEROS applications. You can use an IDE of your choice. The following steps explain how to setup an EEROS application with KDevelop. | ||
| - | < | ||
| - | $ sudo apt-get install kdevelop | ||
| - | </ | ||
| - | ==== Import an EEROS project ==== | ||
| - | - Start KDevelop | ||
| - | - Project -> Open/Import project | ||
| - | - Get to your working directory and choose the folder " | ||
| - | - You can use myApp as name, or any other, as you prefer. If you change this name, you also have to make changes to the deploy.txt file (later on). | ||
| - | - Click finish. | ||
| - | - Create the build configuration. It is recommended to put the target architecture in the name of the build folder. Put the path where EEROS is install in the " | ||
| - | {{ : | ||
| - | |||
| - | You now have your main.cpp, HwConfigBBBlue.json and the CMakeLists.txt in your project solution. You can build this application by pressing the build-button in the top left corner. To run this application on your target device, get to your working directory | ||
| - | < | ||
| - | $ cd / | ||
| - | </ | ||
| - | If your project name is still myApp you can run the | ||
| - | < | ||
| - | $ ./deploy.sh | ||
| - | </ | ||
| - | otherwise you have to change the project name in the deploy.txt file | ||
| - | < | ||
| - | install-armhf/ | ||
| - | install-armhf/ | ||
| - | |||
| - | myApp/ | ||
| - | build-armhf/ | ||
| - | </ | ||
| - | and run the deploy.sh afterwards. | ||
setup.1562676854.txt.gz · Last modified: 2019/07/09 14:54 by graf