Changes between Version 10 and Version 11 of PibotGoldenImage
- Timestamp:
- Jun 23, 2018, 9:12:30 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PibotGoldenImage
v10 v11 21 21 * uncomment framebuffer_height=720 22 22 * uncomment dtparam=i2c_arm=on 23 * For Pi Zero only: add at end: {{{ 23 * For Pi Zero only: add at end: 24 {{{ 24 25 # Enable USB Gadget (networking over USB) 25 26 dtoverlay=dwc2 … … 35 36 * Create an empty file: /boot/ssh (enables ssh server when started) 36 37 * Create an empty file: /boot/avahi (enables zeroconfig/bonjour when started) 37 * Optional: create /boot/wpa_supplicant.conf with your wifi network configuration information (allows Pi to connect to your network on boot) 38 * For Pis with !WiFi built-in: create /boot/wpa_supplicant.conf with your wifi network configuration information (allows Pi to connect to your !WiFi network on boot) 39 {{{ 40 country=US 41 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev 42 update_config=1 43 44 network={ 45 ssid="My WiFi 2.4" 46 psk="mypassword123" 47 key_mgmt=WPA-PSK 48 } 49 }}} 38 50 * Boot and configure SD card in Pi 39 51 * Place uSD card in Pi Zero … … 41 53 * When it finishes booting (LED stops blinking) ssh to pibot.local using putty or cygwin ssh or ... 42 54 * login as user 'pi' with password 'raspberry' 55 * Get a network connection for the Pi using one of the following methods: 56 * For Pi Zero with USB networking: Share your main network connection (Ethernet or !WiFi with the USB NDIS/Ethernet connection). See [https://answers.microsoft.com/en-us/windows/forum/windows_10-networking-winpc/internet-connection-sharing-in-windows-10/f6dcac4b-5203-4c98-8cf2-dcac86d98fb9 here] 57 * Alternatively (but not recommended) Bridge your main connection on the windows 10 machine (Ethernet or !WiFi) to the NDIS Ethernet connection for the !PiBot USB OTG network (select both connections in the Network Connections then right-click and choose Bridge Connections); configure the DNS server as 8.8.8.8 58 * Connect a USB Ethernet dongle to the Pi OTG connector 59 * Configure /etc/wpa_supplicant/wpa_supplicant.conf on the Pi to include your local !WiFi network 43 60 * sudo raspi-config 44 * Setup localisation settings for US, English, EST 61 * Setup localisation settings for US, English, EST (select: en_US.UTF-8 un-select: en_GB.UTF-8) 45 62 * Setup interfacing options: enable ssh, vnc, i2c 46 63 * Setup Advanced options: hostname->pibot 47 64 * Resize /root partition to 5GB. See: http://elinux.org/RPi_Resize_Flash_Partitions 48 * Get a network connection for the Pi using one of the following methods: 49 * Bridge your main connection on the windows 10 machine (Ethernet or !WiFi) to the NDIS Ethernet connection for the !PiBot USB OTG network (select both connections in the Network Connections then right-click and choose Bridge Connections); configure the DNS server as 8.8.8.8 50 * Connect a USB Ethernet dongle to the Pi OTG connector 51 * Configure /etc/wpa_supplicant/wpa_supplicant.conf on the Pi to include your local !WiFi network 65 * For Pi Zero USB networking: 52 66 * Update the OS on the Pi: 53 67 * sudo apt-get update