v1.0.1

usage

The sd card image split into several parts because the host limited the largest file size.

The following instrustions assumes:

  1. Download rpi.img.xz.part00~rpi.img.xz.part02 to a directory
  2. In the above directory, join the parts together
      $ cat rpi.img.xz.* > rpi.img.xz
    
  3. Write sd card
      $ sudo sh -c 'xzcat rpi.img.xz > /dev/mmcblk0'
      $ sync
    
  4. Plug the sd card to Raspberry Pi, power on. It is for Raspberry Pi 3 only (all models)

note


Back to download page