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:28] grafdev [2021/03/31 18:38] – [Write Your Own Application] ursgraf
Line 2: Line 2:
 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. 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> <code>
-debian@beaglebone:$ sudo chmod -x /opt/eeros/bin/start.sh +ost@bblue:$ sudo chmod -x /opt/eeros/bin/start.sh 
 </code> </code>
  
dev.txt · Last modified: 2022/03/04 11:33 by ursgraf