<div dir="ltr"><div><div><div><div>I want to launch Pd when my raspberry pi boots, so in /etc/rc.local I wrote the following, just before 'exit 0'<br><br></div>usr/local/bin/pd -nogui -open ~/pd_patches/load_test.pd<br><br></div>The patch that's supposed to open turns the DSP on on load and outputs a sine tone at 440 Hz. But when I power up the pi, I hear nothing out of the headphones (I tested the patch and it works if I launch Pd from the terminal).<br><br></div>If I type 'top' in the terminal, I see that there's pd taking some small CPU, but after I exit top, if I type 'killall pd', I get this:<br>pd(2097): Operation not permitted<br>pd: no process found<br><br></div><div>Is this 2097 Pd's pid?<br></div><div><br></div>What am I doing wrong?<br></div>