Autorun OpenFrameworks app - Raspberry Pi Forums
hi there,
have strange issue.
have openframeworks installed @ /home/pi/of.
following pair of commands work fine: if put them in script, /home/pi/run.sh, runs totally fine too.
if put them @ end of .bashrc , try make them run on boot following:
clues?? driving me crazy!
have strange issue.
have openframeworks installed @ /home/pi/of.
following pair of commands work fine:
code: select all
cd /home/pi/of/examples/graphics/imagesequenceexample make run
if put them @ end of .bashrc , try make them run on boot following:
notice same error given if run script sudo. guess it's user environment configuration. however, if check path can't see difference.**** couldn't find pkg-config packages, did run latest install_dependencies.sh?
clues?? driving me crazy!
i noticed difference.
when log in , run script (successful), first line of output make commands "armv7l".
when try run script boot (unsuccessful), line not exist.
same error, also, when run script "sudo", , when run non-interactively ssh command:
makes me think difference between interactive , non-interactive shell. not sure understand difference.
when log in , run script (successful), first line of output make commands "armv7l".
when try run script boot (unsuccessful), line not exist.
same error, also, when run script "sudo", , when run non-interactively ssh command:
code: select all
ssh pi@raspberrypi "/home/pi/run.sh"
raspberrypi
Comments
Post a Comment