Changes between Version 8 and Version 9 of PibotGoldenImage
- Timestamp:
- Jun 23, 2018, 8:53:48 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PibotGoldenImage
v8 v9 4 4 5 5 * Windows 10 PC with SD card reader 6 * Sandisk microSDHC UHS-I Card 8GB (any class 10 8GB card should do) 7 * Win32 Disk Imager (https://sourceforge.net/projects/win32diskimager/) 8 * SD Formatter (https://www.sdcard.org/downloads/formatter_4/) 9 * Cygwin with dd and openssh packages installed (https://www.cygwin.com/) (I use the 64-bit version) 10 * Raspbian Jessie with Pixel OS (https://www.raspberrypi.org/downloads/raspbian/) 11 * Apple Bonjour print services for windows (https://support.apple.com/downloads/bonjour_for_windows) 6 * Sandisk microSDHC UHS-I Card 8GB (any class 10 8GB or 16GB card should do) 7 * Software to write disk images to SD card: [https://sourceforge.net/projects/win32diskimager/ Win32 Disk Imager] or [https://etcher.io/ Etcher] or [https://www.cygwin.com/ cygwin] dd 8 * Software to wipe/remove all partitions from a used SD card such as 9 * [https://www.sdcard.org/downloads/formatter_4/ SD Formatter] or windows partition manager (Win-R diskmgmt.msc)) 10 * Useful if you like linux: [https://www.cygwin.com Cygwin] with dd and openssh packages installed (I use the 64-bit version) 11 * Raspbian OS (https://www.raspberrypi.org/downloads/raspbian/) - use the Lite version 12 * [https://support.apple.com/downloads/bonjour_for_windows Apple Bonjour] print services for windows 12 13 13 14 PROCEDURE: … … 21 22 * uncomment dtparam=i2c_arm=on 22 23 * add at end: 23 {{{ gpu_mem=32 }}} (for PiZero only) 24 {{{ 25 {{{ gpu_mem=32 }}} (for !PiZero only) 24 26 * Edit /boot/cmdline.txt 25 27 * Insert after rootwait: 26 {{{ modules-load=dwc2,g_ether g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca }}} (for PiZero only)28 {{{ modules-load=dwc2,g_ether g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca }}} (for !PiZero only) 27 29 * Remove init=resizefs... (to prevent automatic expansion to full SD card size) 28 30 (Note: cmdline.txt must be a single line...no linebreaks) 29 31 * Create an empty file: /boot/ssh (enables ssh server when started) 32 * Create an empty file: /boot/avahi (enables zeroconfig/bonjour when started) 30 33 * Optional: create /boot/wpa_supplicant.conf with your wifi network configuration information (allows Pi to connect to your network on boot) 31 34 * Boot and configure SD card in Pi 32 35 * Place uSD card in Pi Zero 33 * Connect USB cable to Pi Zero OTG port 36 * Connect USB cable to Pi Zero OTG port (the middle one, not the one on the end) 34 37 * When it finishes booting (LED stops blinking) ssh to pibot.local using putty or cygwin ssh or ... 35 38 * login as user 'pi' with password 'raspberry'