System Grab Bag

View all TLDR pages from common (or from all pages)

rpi-imager

Flash images onto storage devices. More information: https://github.com/raspberrypi/rpi-imager.
  • Write a specific image to a specific block device:
    rpi-imager --cli {{path/to/image.zip}} {{/dev/sdX}}
  • Write a specific image to a block device, disabling the checksum verification:
    rpi-imager --cli --disable-verify {{path/to/image.zip}} {{/dev/sdX}}
  • Write a specific image to a block device, which will expect a specific checksum when running the verification:
    rpi-imager --cli --sha256 {{expected_hash}} {{path/to/image.zip}} {{/dev/sdX}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.