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 revisionBoth sides next revision
dev [2019/11/21 09:18] – [Write Your Own Application] grafdev [2019/11/21 09:22] – [Write Your Own Application] 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.
  
  
dev.txt · Last modified: 2022/03/04 11:33 by ursgraf