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 [2022/03/04 11:33] (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|Use KDevelop with Existing Build Configuration]]. 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. However, after stopping the system will power down and you will loose your connection from the host system. To avoid this and make your system fit for your own development needs you have to make the autostart script non-executable. Please beware that you do this while the Delta application is still running.
 +<code>
 +ost@bblue:$ chmod -x bin/start.sh 
 +</code>
 +
 +You can now stop the application and the system will shutdown. Bring it up again. It will now run without starting the Delta application and you are free to develop your own program.
  
  
 ===== 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.txt · Last modified: 2022/03/04 11:33 by ursgraf