User Tools

Site Tools


dev

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
dev [2019/11/21 09:03] – [Linux on Beagle Bone Blue] grafdev [2026/09/23 16:55] (current) – [Write Your Own Application] ursgraf
Line 1: Line 1:
 ====== Write Your Own Application ====== ====== Write Your Own Application ======
-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]]. 
  
 +In order to alter and extends the original software controlling the delta robot follow the steps given in  [[https://wiki.eeros.org/getting_started/kdevelop|Using an Integrated Development Environment]]. After making your adaptions and successfully building it you continue with deploying it to the hardware. 
 +
 +As soon as you want to write your own application code and run it on the hardware you have to stop the original autostart application or you make the autostart script non-executable.
 +<code>
 +ost@bblue:$ chmod -x bin/start.sh 
 +</code>
  
  
 ===== Hello World ===== ===== Hello World =====
-See [[http://wiki.eeros.org/getting_started/say_hello|Say Hello with EEROS]] to write a simple EEROS program. +See [[https://wiki.eeros.org/getting_started/write_app/use_on_bbb|Writing EEROS Applications for Beaglebone Blue Board]] to write a simple EEROS program. 
 Check more examples on [[http://wiki.eeros.org/getting_started/tutorials/start|Tutorials]]. Check more examples on [[http://wiki.eeros.org/getting_started/tutorials/start|Tutorials]].
  
-In order to alter and extends the original software controlling the delta robot follow the steps given in  [[http://wiki.eeros.org/getting_started/say_hello#use_kdevelop_with_existing_build_configuration|Use KDevelop with Existing Build Configuration]] 
- 
-===== Run the Application not on Startup - Testing ===== 
- 
-If you want to test the application without start-up script, you can type on one terminal the following:  
- 
-<code> 
-cd /dev/input 
-sudo cat event1 
-</code> 
- 
-And in a second terminal 
- 
-<code> 
-cd /opt/eeros/bin 
-sudo ./delta -c HwConfigBBBlue.json 
-</code> 
  
dev.1574323384.txt.gz · Last modified: by graf