Examples (3)
Write a specific image to a specific block device
rpi-imager --cli path/to/image.zip /dev/sdXWrite a specific image to a block device, disabling the checksum verification
rpi-imager --cli --disable-verify path/to/image.zip /dev/sdXWrite 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/sdXmade by @shridhargupta | data from tldr-pages