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
Next revisionBoth sides next revision
dev [2019/11/21 09:18] – [Write Your Own Application] grafdev [2019/11/21 09:28] graf
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  +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. 
- +<code> 
-debian@beaglebone:$+debian@beaglebone:sudo chmod -x /opt/eeros/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.
  
  
Line 10: Line 12:
 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]] +===== 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
-===== 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> <code>
-cd /dev/input +debian@beaglebone:$ sudo cat /dev/input/event1
-sudo cat event1+
 </code> </code>
  
-And in a second terminal+Start your application in a second terminal
  
 <code> <code>
-cd /opt/eeros/bin +debian@beaglebone:cd /opt/eeros/bin 
-sudo ./delta -c HwConfigBBBlue.json+debian@beaglebone:sudo ./delta -c HwConfigBBBlue.json
 </code> </code>
  
dev.txt · Last modified: 2022/03/04 11:33 by ursgraf