Configure the OS
On your computer, open a terminal window or command prompt.
ssh pi@carputer.localIf your computer cannot find carputer.local, try just carputer without the .local on the end. You may need to use a network scanner to find the carputer's IP address and connect with the IP address instead of carputer[.local].
When you have a prompt that looks like
pi@carputer:~$, you may continue.sudo apt updatesudo apt full-upgrade -ysudo sed -i.orig -e 's/^publish-workstation=no/publish-workstation=yes/' /etc/avahi/avahi-daemon.confIf your Pi has at least 2 GB of RAM:
sudo swapoff --allsudo rebootWait about a minute and then reconnect with ssh (see #1).
Last updated