Update prepare-en.md

Fix backup dtbo on windows cmd
This commit is contained in:
Timofey 2024-03-21 16:59:01 +00:00 committed by GitHub
parent 81f0abd3bc
commit b7a1152f1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,8 @@ adb shell partition [TARGET LINUX SIZE IN GB]
#### 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