Skip to content

Commit 7a43ec8

Browse files
HeyMecoigorpecovnik
authored andcommitted
Switch command from tar to xz-utils
1 parent bcb5e2d commit 7a43ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/User-Guide_Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ There is multiple ways to deploy the image to your board. The easist and most co
243243

244244
1. Connect & Boot your Board into Maskrom mode. Usually there is a button to hold for 5 seconds during boot else check your manufactures website.
245245
2. Run `rkdeveloptool ld` to list all connected devices
246-
3. Extract your image `tar -xf Armbian-YourBoard.img.xz`
246+
3. Extract your image `unxz Armbian-YourBoard.img.xz`
247247
4. Flash the RK3XXX_loader.bin (check your SoC) via `rkdeveloptool db RK3XXX_loader.bin` which stands for download boot
248248
5. Erase the current storage medium (usually EMMC) via `rkdeveloptool ef` which stands for erase flash
249249
6. Now you can flash the extracted image with `rkdeveloptool wl 0 Armbian-YourBoard.img` (make sure the file ends with **.img**)

0 commit comments

Comments
 (0)