Changes

Jump to: navigation, search

Lightfield

531 bytes added, 17:28, 13 May 2015
Transfer images to your laptop
*Enter the password for pi, and the copy should begin.
*Copying is quickest over wired connection rather than wifi.
==Shutting Down the Pi==
*When you are done, it is friendly to shut down the pi.
*Ssh to the pi.
*Tell it to shut down, and exit your ssh session:
<syntaxhighlight lang="bash">sudo poweroff; exit</syntaxhighlight>
*To do all of this in one fell swoop, use the following one-line command:
<syntaxhighlight lang="bash">ssh pi@rover.local 'sudo poweroff; exit'</syntaxhighlight>
this uses ssh to connect and executes the commands in single quotes. Your pi should turn off. It is now safe to turn off the battery or unplug the cable.
==Apparatus Details==

Navigation menu