logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RPI Imager - Flash Images to Storage | Online Free DevTools by Hexmos

Flash OS images with RPI Imager. Quickly write Raspberry Pi images to storage devices with checksum validation options. Free online tool, no registration required.

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}}

See Also