Step 2: Connect Raspberry Pi to TV/Monitor, and run through initial setup
Set timezone
enable SSH
Update
Then, Finish.
Terminal code:
reboot
Remove these ads by
Signing Up
Remove these ads by
Signing Up
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
# sudo cat >> /etc/resolv.conf
nameserver 8.8.8.8
control-z-key
This adds the Google public DNS server. You can add any nameserver you want instead of 8.8.8.8
Others can build on this to do hardware SPI instead of bitbanging, saving digital pins and making things faster, cool :)
I'll give it a try, and update the tutorial if is works.