Changes between Version 12 and Version 13 of PibotGoldenImage


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PibotGoldenImage

    v12 v13  
    5353}}}
    5454   * Boot and configure SD card in Pi
    55        * Place uSD card in Pi Zero
    56        * Connect USB cable to Pi Zero OTG port (the middle one, not the one on the end)
    57        * When it finishes booting (LED stops blinking) ssh to pibot.local using putty or cygwin ssh or ...
    58        * login as user 'pi' with password 'raspberry'
     55       * Place uSD card in Pi
     56       * For Pi Zero, connect a micro-USB cable to the OTG port (the middle one, not the one on the end)
     57       * Wait for the Pi to finish booting (LED stops blinking)
    5958       * Get a network connection for the Pi using one of the following methods:
    60            * 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]
     59           * For Pi Zero with USB networking:
     60               * 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]
     61                 * double-click This PC
     62                 * right-click Network and select Properties
     63                 * click Change adapter settings
     64                 * right-click Ethernet or !WiFi (your main network connection) and select properties
     65                 * select Sharing tab
     66                 * check Allow other network users to connect through this connection
     67                 * For the Home networking connection select your USB/NDIS connection (e.g. Ethernet 2)
     68                 * click OK
    6169               * 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
    6270           * Connect a USB Ethernet dongle to the Pi OTG connector
    6371           * Configure /etc/wpa_supplicant/wpa_supplicant.conf on the Pi to include your local !WiFi network
     72       * ssh to raspberrypi.local using putty or cygwin ssh or ...
     73       * login as user 'pi' with password 'raspberry'       
    6474       * sudo raspi-config
    65            * Setup localisation settings for US, English, EST (select: en_US.UTF-8 un-select: en_GB.UTF-8)
     75           * Update tool to latest version
     76           * Setup localisation settings for US, English, EST
     77              * un-select: en_GB.UTF-8
     78              * select: en_US.UTF-8
     79              * make sure to select en_US.UTF-8 as the default locale for the system environment
    6680           * Setup interfacing options: enable ssh, vnc, i2c
    6781           * Setup Network Options: hostname->pibot
     
    7084           * print
    7185           * resize 2 6GB
     86       * Reboot the Pi so the resized partition is in effect
    7287       * Update the OS on the Pi:
    73        * sudo apt-get update
    74        * sudo apt-get upgrade
     88           * sudo apt-get update
     89           * sudo apt-get upgrade
    7590       * Install any needed packages
    7691           * sudo apt-get install subversion ant mercurial