Changes between Version 10 and Version 11 of PibotGoldenImage


Ignore:
Timestamp:
Jun 23, 2018, 9:12:30 AM (7 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PibotGoldenImage

    v10 v11  
    2121           * uncomment framebuffer_height=720
    2222           * uncomment dtparam=i2c_arm=on
    23            * For Pi Zero only: add at end: {{{
     23           * For Pi Zero only: add at end:
     24{{{
    2425# Enable USB Gadget (networking over USB)
    2526dtoverlay=dwc2
     
    3536       * Create an empty file: /boot/ssh   (enables ssh server when started)
    3637       * 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{{{
     40country=US
     41ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
     42update_config=1
     43
     44network={
     45    ssid="My WiFi 2.4"
     46    psk="mypassword123"
     47    key_mgmt=WPA-PSK
     48}
     49}}}
    3850   * Boot and configure SD card in Pi
    3951       * Place uSD card in Pi Zero
     
    4153       * When it finishes booting (LED stops blinking) ssh to pibot.local using putty or cygwin ssh or ...
    4254       * 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
    4360       * 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)
    4562           * Setup interfacing options: enable ssh, vnc, i2c
    4663           * Setup Advanced options: hostname->pibot
    4764           * 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:
    5266       * Update the OS on the Pi:
    5367       * sudo apt-get update