Changes between Version 11 and Version 12 of PibotGoldenImage
- Timestamp:
- Jun 23, 2018, 9:28:17 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PibotGoldenImage
v11 v12 6 6 * Sandisk microSDHC UHS-I Card 8GB (any class 10 8GB or 16GB card should do) 7 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 as9 * [https://www.sdcard.org/downloads/formatter_4/ SD Formatter] or windows partition manager (Win-R diskmgmt.msc))8 * Software to manage/wipe/remove all partitions from a used SD card such as 9 * [https://www.sdcard.org/downloads/formatter_4/ SD Formatter] or just use windows partition manager (Win-R diskmgmt.msc)) 10 10 * Useful if you like linux: [https://www.cygwin.com Cygwin] with dd and openssh packages installed (I use the 64-bit version) 11 11 * Raspbian OS (https://www.raspberrypi.org/downloads/raspbian/) - use the Lite version 12 12 * [https://support.apple.com/downloads/bonjour_for_windows Apple Bonjour] print services for windows 13 * A good editor such as [https://notepad-plus-plus.org/ Notepad++] 13 14 14 15 PROCEDURE: … … 16 17 * Install PC software (sd formatter, disk imager, cygwin, bonjour) 17 18 * Prepare SD card: 18 * Install Raspbian on SD card (see: https://www.raspberrypi.org/documentation/installation/installing-images/README.md). This creates two partitions: /boot that is accessible from Windows and /root that is ext4 and cannot (easily) be accessed from Windows. 19 * Edit /boot/config.txt 19 * Download the latest Raspbian Lite image 20 * Unzip to extract the .img file 21 * Use [https://etcher.io/ Etcher] to install the .img on an SD card (see: https://www.raspberrypi.org/documentation/installation/installing-images/README.md). This creates two partitions: /boot that is accessible from Windows and /root that is ext4 and cannot (easily) be accessed from Windows. 22 * Remove and re-insert SD card so Windows will discover the new partitions...ignore/cancel any requests to format them 23 * Edit /boot/config.txt (preferably edit with Notepad++) 20 24 * uncomment framebuffer_width=1280 21 25 * uncomment framebuffer_height=720 … … 61 65 * Setup localisation settings for US, English, EST (select: en_US.UTF-8 un-select: en_GB.UTF-8) 62 66 * Setup interfacing options: enable ssh, vnc, i2c 63 * Setup Advanced options: hostname->pibot 64 * Resize /root partition to 5GB. See: http://elinux.org/RPi_Resize_Flash_Partitions 65 * For Pi Zero USB networking: 67 * Setup Network Options: hostname->pibot 68 * Resize /root partition to 5GB. See: http://elinux.org/RPi_Resize_Flash_Partitions 69 * sudo parted 70 * print 71 * resize 2 6GB 66 72 * Update the OS on the Pi: 67 73 * sudo apt-get update