Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Commit 349f39d

Browse files
committed
fix: typo
1 parent fac3eb8 commit 349f39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

U-Boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ zstdcat result/sd-image/orangepi5plus-sd-image-*.img.zst | sudo dd status=progre
4949
# ==================================
5050
nix build github:ryan4yin/nixos-rk3588/2024032400#sdImage-opi5
5151
# nix build .#sdImage-opi5-cross # fully cross-compiled
52-
stdcat result/sd-image/orangepi5-sd-image-*.img.zst | sudo dd status=progress bs=8M of=/dev/sdX
52+
zstdcat result/sd-image/orangepi5-sd-image-*.img.zst | sudo dd status=progress bs=8M of=/dev/sdX
5353
```
5454

5555
For Rock 5A, it requires a little more work to flash the image to the sd card:

0 commit comments

Comments
 (0)