12,297
edits
Line 26: | Line 26: | ||
== put files to the raspberry pi == | == put files to the raspberry pi == | ||
to exit the ssh connection and return to the shell of your computer use the command | |||
exit | exit | ||
change into the local directory of your patches | |||
cd /Documents/Pd/path/to/patches | cd /Documents/Pd/path/to/patches | ||
scp to copy the pd files to the RaspberryPi. ([http://www.hypexr.org/linux_scp_help.php Source]) | |||
scp startupPatch.pd patch@patchbox.local:/Pd/ | scp startupPatch.pd patch@patchbox.local:/Pd/ | ||