Skip to content

Commit

Permalink
Fix wrong arch and model for rpi docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromorales committed Mar 13, 2024
1 parent 5983461 commit 951665c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Installation/raspberry.md
Expand Up @@ -25,7 +25,7 @@ Extract the `img` file from a container image as described [in this page]({{< re
Plug the SD card to your system. To flash the image, you can either use Etcher or `dd`. Note it's compressed with "XZ", so we need to decompress it first:

```bash
xzcat {{< image variant="standard" >}}.img.xz | sudo dd of=<device> oflag=sync status=progress bs=10MB
xzcat {{< image variant="standard" model="rpi4" arch="arm64">}}.img.xz | sudo dd of=<device> oflag=sync status=progress bs=10MB
```

Once the image is flashed, there is no need to carry any other installation steps. We can boot the image, or apply our config.
Expand Down

0 comments on commit 951665c

Please sign in to comment.