Skip to content

Commit

Permalink
Use 1M instead of count of bytes.
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Witaszczyk <[email protected]>
  • Loading branch information
rwatson and kwitaszczyk committed Dec 18, 2023
1 parent e7d399c commit ec56337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/morello-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ following command would write the image to a USB stick for use with a Morello
board:

```
dd if=cheribsd-memstick-arm64-aarch64c-23.11.img of=/dev/DISK bs=1048576
dd if=cheribsd-memstick-arm64-aarch64c-23.11.img of=/dev/DISK bs=1M
```

It is also possible to write a live image to a USB stick, with appropriate
Expand Down

0 comments on commit ec56337

Please sign in to comment.