Fix ESP format

This commit is contained in:
timoxa0 2024-02-19 18:56:24 +05:00
parent be82f7553c
commit 1c794ae9cb
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ quit
#### Format created ESP patition #### Format created ESP patition
``` ```
mkfs.fat -F32 -s1 /dev/block/platform/soc/1d84000.ufshc/by-name/esp -n ESPNABU mkfs.fat -F32 -s1 /dev/block/sda33 -n ESPNABU
``` ```
#### Exit from adb shell #### Exit from adb shell

View file

@ -99,7 +99,7 @@ quit
#### Отформатируйте efi раздел #### Отформатируйте efi раздел
``` ```
mkfs.fat -F32 -s1 /dev/block/platform/soc/1d84000.ufshc/by-name/esp -n ESPNABU mkfs.fat -F32 -s1 /dev/block/sda33 -n ESPNABU
``` ```
#### Выйдите из консоли recovery #### Выйдите из консоли recovery