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
dev [2021/06/11 15:39] – [Write Your Own Application] ursgrafdev [2022/03/04 11:33] (current) – [Write Your Own Application] ursgraf
Line 5: Line 5:
 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. 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>
-ost@bblue:sudo chmod -x bin/start.sh +ost@bblue:$ chmod -x bin/start.sh 
 </code> </code>
  
dev.txt · Last modified: 2022/03/04 11:33 by ursgraf