Skip to content

Commit

Permalink
docs: update rpi_generic.md
Browse files Browse the repository at this point in the history
Update image extension.

Signed-off-by: Florian Berchtold <florian.berchtold@luminartech.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
blackliner authored and smira committed Oct 24, 2023
1 parent a009f5c commit cc0c3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ xz -d metal-rpi_generic-arm64.raw.xz
Now `dd` the image to your SD card:

```bash
sudo dd if=metal-rpi_generic-arm64.img of=/dev/mmcblk0 conv=fsync bs=4M
sudo dd if=metal-rpi_generic-arm64.raw of=/dev/mmcblk0 conv=fsync bs=4M
```

## Bootstrapping the Node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ xz -d metal-rpi_generic-arm64.raw.xz
Now `dd` the image to your SD card:

```bash
sudo dd if=metal-rpi_generic-arm64.img of=/dev/mmcblk0 conv=fsync bs=4M
sudo dd if=metal-rpi_generic-arm64.raw of=/dev/mmcblk0 conv=fsync bs=4M
```

## Bootstrapping the Node
Expand Down

0 comments on commit cc0c3ab

Please sign in to comment.