User Tools

Site Tools


setup

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
setup [2019/07/09 14:53] – [Linux on Beagle Bone Blue] grafsetup [2019/07/09 14:54] (current) – removed graf
Line 1: Line 1:
-========= Setup the environment ========= 
-Useful information about the Beagle Bone Blue can be found [[https://wiki.ntb.ch/infoportal/embedded_systems/ti_sitara_am335x/beaglebone_blue/start|here]].  
-How to setup the wifi, copy your image to the onboard eMMC or any other FAQs can be found [[https://github.com/beagleboard/beaglebone-blue/wiki/Frequently-Asked-Questions-(FAQ)|here]]. 
  
- 
- 
- 
- 
- 
-==== RT Kernel for Beagle Bone Blue ==== 
-You can also run the Beagle Bone Blue with a real-time Kernel. 
-Check if there is already a RT-Kernel: 
-<code> 
-uname -r 
-</code> 
-If not, download: 
-<code> 
-$ sudo apt-get install linux-image-4.4.49-ti-rt-r89 
-</code> 
-Do not use a newer one. Robotics Cape won't work anymore (ERROR: missing PINMUX driver). 
-Reboot and delete the old kernel: 
-<code> 
-sudo apt remove --purge linux-image-4.4.54-ti-r93 
-</code> 
- 
-===== 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. 
-<code> 
-$ sudo apt-get install kdevelop 
-</code> 
-==== Import an EEROS project ==== 
-  - Start KDevelop 
-  - Project -> Open/Import project 
-  - Get to your working directory and choose the folder "BeagleBoneBlue/myApp". Select the CMakeLists.txt and click next. 
-  - 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 "Installation Prefix" field. 
-{{ :delta:build-directory.png?300 |}} 
- 
-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 
-<code> 
-$ cd /path/to/working/directory/BeagleBoneBlue 
-</code> 
-If your project name is still myApp you can run the 
-<code> 
-$ ./deploy.sh 
-</code> 
-otherwise you have to change the project name in the deploy.txt file 
-<code> 
-install-armhf/lib/libeeros.so.1.0.0.0 
-install-armhf/lib/libbbblueeeros.so.0.1.0 
- 
-myApp/HwConfigBBBlue.json 
-build-armhf/YOUR-PROJECT-NAME/myApp 
-</code> 
-and run the deploy.sh afterwards. 
setup.1562676818.txt.gz · Last modified: 2019/07/09 14:53 by graf