mirror of
https://gitlab.com/TheOneWithTheBraid/x13s-firmware-update.git
synced 2025-06-26 16:33:44 +00:00
chore: fix typos
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
98963e4c94
commit
2661db5458
1 changed files with 4 additions and 2 deletions
|
@ -28,8 +28,10 @@ innoextract -d setup-extract /path/to/downloaded/update/utility.exe
|
|||
|
||||
Using the partitioning tool of your choise, format a USB drive in GPT and create a single FAT32 formatted 0700 (Microsoft basic data) partition.
|
||||
|
||||
Probably, other partition options will work too, but about those it's sure they work at the time of writing these instructions.
|
||||
|
||||
```shell
|
||||
# run fdisk on your pen drive of choise. Attention: All data on it will get lost
|
||||
# run gdisk on your pen drive of choise. Attention: All data on it will get lost
|
||||
gdisk /dev/sdX
|
||||
p # check you are really using the drive you want to
|
||||
o # create new GPT layout
|
||||
|
@ -51,7 +53,7 @@ Now, finally mount the formatted flash drive at a point of choise and copy the r
|
|||
|
||||
Assuming we are still in our working directory, the required files are:
|
||||
|
||||
- `setup-extract/Rfs/Usb/Bootaa64.efi` -> `$MOUNTPOINT/Boot/Bootaa64.efi`
|
||||
- `setup-extract/Rfs/Usb/Bootaa64.efi` -> `$MOUNTPOINT/EFI/Boot/Bootaa64.efi`
|
||||
- `setup-extract/Rfs/Fw/*` -> `$MOUNTPOINT/Flash/`
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue