Changes between Version 8 and Version 9 of PibotGoldenImage


Ignore:
Timestamp:
Jun 23, 2018, 8:53:48 AM (7 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PibotGoldenImage

    v8 v9  
    44
    55   * 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
    1213
    1314PROCEDURE:
     
    2122           * uncomment dtparam=i2c_arm=on
    2223           * add at end:
    23              {{{ gpu_mem=32 }}}  (for PiZero only)
     24             {{{
     25             {{{ gpu_mem=32 }}}  (for !PiZero only)
    2426       * Edit /boot/cmdline.txt
    2527           * 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)
    2729           * Remove init=resizefs...   (to prevent automatic expansion to full SD card size)
    2830            (Note: cmdline.txt must be a single line...no linebreaks)
    2931       * Create an empty file: /boot/ssh   (enables ssh server when started)
     32       * Create an empty file: /boot/avahi (enables zeroconfig/bonjour when started)
    3033       * Optional: create /boot/wpa_supplicant.conf with your wifi network configuration information (allows Pi to connect to your network on boot)
    3134   * Boot and configure SD card in Pi
    3235       * 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)
    3437       * When it finishes booting (LED stops blinking) ssh to pibot.local using putty or cygwin ssh or ...
    3538       * login as user 'pi' with password 'raspberry'