Quantcast
Channel: arm - openFrameworks
Viewing all articles
Browse latest Browse all 147

Rpi Crontab autostart - not working

$
0
0

Ive been skimming through previous posts and googling but ive yet to resolve why this simple startup script isnt working for me.

Is this line correct as its not executing my program?

  • my file has permissions

Copied this:

@reboot sleep 10 && cd /home/pi/openFrameworks/apps/myApps/<yourAppFile>/bin && ./<yourAppName>

Here’s mine:

@reboot sleep 10 && cd /home/pi/openFrameworks/apps/myApps/mvp_draft_6/bin && ./mvp_draft_6

6 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 147

Trending Articles