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:28] grafdev [2022/03/04 11:33] (current) – [Write Your Own Application] ursgraf
Line 1: Line 1:
 ====== Write Your Own Application ====== ====== Write Your Own Application ======
-As soon as you want to write your own application code and run it on the hardware you have to stop the original 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 need you have to make the start script non-executable. Please beware that you do this while the Delta application is still running.+ 
 +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> <code>
-debian@beaglebone:$ sudo chmod -x /opt/eeros/bin/start.sh +ost@bblue:$ chmod -x bin/start.sh 
 </code> </code>
  
Line 9: Line 12:
  
 ===== 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]].
  
-===== Delta Application===== 
-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]]. After making your adaptions and successfully building it you continue with deploying it to the hardware. Before you start it on the target you have to make sure that your mouse works with 
-<code> 
-debian@beaglebone:$ sudo cat /dev/input/event1 
-</code> 
- 
-Start your application in a second terminal 
- 
-<code> 
-debian@beaglebone:$ cd /opt/eeros/bin 
-debian@beaglebone:$ sudo ./delta -c HwConfigBBBlue.json 
-</code> 
  
dev.1574324924.txt.gz · Last modified: 2019/11/21 09:28 by graf