Skip to content

Commit 27377d9

Browse files
committed
Fix some mistakes in README.md
1 parent 891e0f2 commit 27377d9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,15 @@ This feature is crucial to fix potential security or functionality flaws.
2929
First you must install [esptool](https://github.com/espressif/esptool).
3030

3131
Go to `bin` directory located in virkey working directory.
32-
Replace COM_PORT with the correct com port.
33-
Replace BOARD_XXX.bin with the correct board file.
34-
Run this command:
32+
Run this command replacing COM_PORT with the correct com port and BOARD_XXX.bin with the correct board file.
3533
```
3634
esptool.py --chip esp32 --port COM_PORT --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 bootloader.bin 0x10000 BOARD_XXX.bin 0x8000 partitions.bin
3735
```
3836

39-
If you want erase full flash before flash virkey (you will lose previous configurations), Run this command:
37+
If you want erase full flash before flash virkey (you will lose previous configurations), run this command:
4038
```
4139
esptool.py --chip esp32 --port COM_PORT --baud 115200 erase_flash
4240
```
43-
44-
45-
46-
4741
## Compile sources
4842
Follow [esp-idf](https://github.com/espressif/esp-idf) install instructions.
4943

0 commit comments

Comments
 (0)