Changes between Version 11 and Version 12 of PibotGoldenImage


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PibotGoldenImage

    v11 v12  
    66   * Sandisk microSDHC UHS-I Card 8GB (any class 10 8GB or 16GB card should do)
    77   * 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))
     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))
    1010   * Useful if you like linux: [https://www.cygwin.com Cygwin] with dd and openssh packages installed (I use the 64-bit version)
    1111   * Raspbian OS (https://www.raspberrypi.org/downloads/raspbian/) - use the Lite version
    1212   * [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++]
    1314
    1415PROCEDURE:
     
    1617   * Install PC software (sd formatter, disk imager, cygwin, bonjour)
    1718   * 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++)
    2024           * uncomment framebuffer_width=1280
    2125           * uncomment framebuffer_height=720
     
    6165           * Setup localisation settings for US, English, EST (select: en_US.UTF-8 un-select: en_GB.UTF-8)
    6266           * 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
    6672       * Update the OS on the Pi:
    6773       * sudo apt-get update