File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ There is multiple ways to deploy the image to your board. The easist and most co
243
243
244
244
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.
245
245
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`
247
247
4. Flash the RK3XXX_loader.bin (check your SoC) via `rkdeveloptool db RK3XXX_loader.bin` which stands for download boot
248
248
5. Erase the current storage medium (usually EMMC) via `rkdeveloptool ef` which stands for erase flash
249
249
6. Now you can flash the extracted image with `rkdeveloptool wl 0 Armbian-YourBoard.img` (make sure the file ends with **.img**)
You can’t perform that action at this time.
0 commit comments