Update prepare-en.md
Fix backup dtbo on windows cmd
This commit is contained in:
parent
81f0abd3bc
commit
b7a1152f1d
|
@ -47,7 +47,8 @@ adb shell partition [TARGET LINUX SIZE IN GB]
|
||||||
|
|
||||||
#### Create dtbo backup
|
#### Create dtbo backup
|
||||||
```
|
```
|
||||||
adb shell backupdtbo; adb pull /tmp/dtbo.img
|
adb shell backupdtbo
|
||||||
|
adb pull /tmp/dtbo.img
|
||||||
```
|
```
|
||||||
> Backup will be saved to current directory
|
> Backup will be saved to current directory
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue