mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 04:15:56 +02:00
rpi-imager: add page (#8552)
* rpi-imager: add page * Update pages/common/rpi-imager.md
This commit is contained in:
parent
795965739b
commit
2c7c4e7f79
1 changed files with 16 additions and 0 deletions
16
pages/common/rpi-imager.md
Executable file
16
pages/common/rpi-imager.md
Executable file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue