This is an old revision of the document!


Autostart without the Desktop

That is a workaround for running a PD patch on a headless Raspberry Pi without any desktop.
Open this file:

  $ sudo nano /etc/rc.local

And type the following lines before the exit 0:

  pd -nogui /home/pi/PD-sketchbook/my_pd_patch.pd &

and reboot:

  $ sudo reboot