Skip to content

Commit 1c92745

Browse files
committed
Flashing require su access
1 parent 3d18e3c commit 1c92745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/User-Guide_Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ When a Rockchip device is placed into **Maskrom mode**, you can use `rkdevelopto
253253
3. Extract your image `unxz Armbian-YourBoard.img.xz`
254254
4. Flash the RK3XXX_loader.bin (check your SoC) via `rkdeveloptool db RK3XXX_loader.bin` which stands for download boot
255255
5. Erase the current storage medium (usually EMMC) via `rkdeveloptool ef` which stands for erase flash
256-
6. Now you can flash the extracted image with `rkdeveloptool wl 0 Armbian-YourBoard.img` (make sure the file ends with **.img**)
257-
7. Reboot your board with `rkdeveloptool rd` which stands for (power) reset device
256+
6. Now you can flash the extracted image with `sudo rkdeveloptool wl 0 Armbian-YourBoard.img` (make sure the file ends with **.img**)
257+
7. Reboot your board with `sudo rkdeveloptool rd` which stands for (power) reset device
258258

259259
## First boot
260260

0 commit comments

Comments
 (0)