Changes between Version 12 and Version 13 of PibotGoldenImage
- Timestamp:
- Jun 23, 2018, 9:44:32 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PibotGoldenImage
v12 v13 53 53 }}} 54 54 * 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) 59 58 * 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 61 69 * 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 62 70 * Connect a USB Ethernet dongle to the Pi OTG connector 63 71 * 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' 64 74 * 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 66 80 * Setup interfacing options: enable ssh, vnc, i2c 67 81 * Setup Network Options: hostname->pibot … … 70 84 * print 71 85 * resize 2 6GB 86 * Reboot the Pi so the resized partition is in effect 72 87 * Update the OS on the Pi: 73 * sudo apt-get update74 * sudo apt-get upgrade88 * sudo apt-get update 89 * sudo apt-get upgrade 75 90 * Install any needed packages 76 91 * sudo apt-get install subversion ant mercurial