Skip to content

Commit

Permalink
docs: update left over rpi_4 ref to rpi_generic
Browse files Browse the repository at this point in the history
While following this guide I found that one reference to rpi_4 wasn't
updated to rpi_generic yet, this commit fixes that.

Signed-off-by: Cees-Jan Kiewiet <ceesjank@gmail.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
WyriHaximus authored and smira committed Jan 11, 2023
1 parent 6c04b5f commit 771b0dc
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.img.xz
Now `dd` the image to your SD card:

```bash
sudo dd if=metal-rpi_4-arm64.img of=/dev/mmcblk0 conv=fsync bs=4M
sudo dd if=metal-rpi_generic-arm64.img 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.img.xz
Now `dd` the image to your SD card:

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

## Bootstrapping the Node
Expand Down

0 comments on commit 771b0dc

Please sign in to comment.