wiki:PiBotOsInstallation

Version 23 (modified by chris, 9 years ago) (diff)

--

Configure Pi Zero OS (Jessie Lite)

sudo nano /etc/resolv.conf , and add to file the following lines: {{{ nameserver 8.8.8.8

nameserver 8.8.4.4

}}}

  • Configure PiZero? sudo raspi-config
    • Activate the Pi Zero's built-in I2C Interface:
      • Use the down arrow to select 'Advanced Options'
      • Arrow down and select 'I2C'
      • Select 'Yes' to enable the I2C Interface
      • Acknowledge the notification confirming the I2C Interface has been enabled
    • Activate the option "Expand to use the entire memory card." This will reboot the system after you are done, then continue.
  • Update to latest software (this will take a while):
      sudo apt-get update
      sudo apt-get upgrade