Forrest logo
back to context overview

rpi-imager

List of commands for rpi-imager:

  • rpi-imager:ai:edcf0 Use a local JSON file as a configuration template for Raspberry Pi Imager
    $ rpi-imager --local-json ${path-to-json-file}
    try on your machine
    explain this command
  • rpi-imager:tldr:4f21f rpi-imager: Write a specific image to a specific block device.
    $ rpi-imager --cli ${path-to-image-zip} ${-dev-sdX}
    try on your machine
    explain this command
  • rpi-imager:tldr:a44cc rpi-imager: Write a specific image to a block device, disabling the checksum verification.
    $ rpi-imager --cli --disable-verify ${path-to-image-zip} ${-dev-sdX}
    try on your machine
    explain this command
  • rpi-imager:tldr:ba2e6 rpi-imager: 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}
    try on your machine
    explain this command
back to context overview