[PD] Raspberry Pi auto startup (no login)

Brian Fay via Pd-list pd-list at lists.iem.at
Mon Jun 16 00:22:42 CEST 2014


You can begin the PD process in a startup script. In most distros, I'm
pretty sure this is as simple as modifying /etc/rc.local (see
http://www.raspberrypi.org/documentation/linux/usage/rc-local.md for more
clear details).

With my Pi, I run this script at startup:
https://github.com/YottaSecond/thesisRepo/blob/master/pdScriptVanilla
Yours will probably look a bit different, but it should be pretty simple!

If you are using the Satellite CCRMA distro (which I highly recommend),
there's already a script configured to run at startup, which you can modify
(https://ccrma.stanford.edu/wiki/Satellite_CCRMA_First_Steps#Autonomous_Mode
).

With Satellite CCRMA, you can also run the command "disable-flash-writes"
before you set up your Raspberry Pi as an autonomous device. This will
prevent data from being written to the SD card, so that you can unplug it
without worrying about corrupting the SD card image. When you need to
modify data on the card again, you can just SSH back in (or do whatever you
normally do to control your Pi) and use "enable-flash-writes"

Let me know if you're confused on anything.

-Brian


On Sun, Jun 15, 2014 at 3:26 PM, Joe Newlin via Pd-list <
pd-list at lists.iem.at> wrote:

> Hi List,
>
> There must be a straightforward answer to this, and it's not pd-specific,
> but I just can't find it:
>
> How do I configure my Raspberry Pi to not require a login so that I can
> just power up and have a working effects unit?
>
> Thanks,
>
> Joe
> --
> www.joenewlin.net
> www.twitter.com/joe_newlin
> www.facebook.com/joenewlin.net
>
>>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20140615/be308b05/attachment.html>


More information about the Pd-list mailing list