Skip to content

Commit b1897f0

Browse files
authored
Fix typos in README.md for clarity
1 parent 3ad84b2 commit b1897f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `K0` button is the main action button for the application. On the EchoKit de
2121
2222
## Quick start
2323

24-
Flash the `echokit.bin` device image using the web-based [ESP Launchpad](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://echokit.dev/firmware/echokit.toml) tool.
24+
Flash the device image using the web-based [ESP Launchpad](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://echokit.dev/firmware/echokit.toml) tool.
2525

2626
## Install espflash
2727

@@ -36,7 +36,7 @@ cargo install cargo-espflash espflash ldproxy
3636
Get a pre-compiled binary version of the firmware. The firmware binary file is `echokit`.
3737

3838
```
39-
curl -L -o echokit https://echokit.dev/firmware/echokit-boards
39+
curl -L -o echokit https://echokit.dev/firmware/echokit_boards
4040
```
4141

4242
To build the `echokit` firmware file from source, you need to make sure that you install the [OS-specific dependencies](https://docs.espressif.com/projects/rust/book/installation/std-requirements.html) and then [ESP toolchain for Rust](https://docs.espressif.com/projects/rust/book/installation/riscv-and-xtensa.html). You can then build from the source and find the binary firmware in `target/xtensa-esp32s3-espidf/release/`.
@@ -57,7 +57,7 @@ espflash save-image --chip esp32s3 --merge --flash-size 16mb target/xtensa-esp32
5757
If you have the fully integrared box device, you can use the following command to download a pre-built binary.
5858

5959
```
60-
curl -L -o echokit https://echokit.dev/firmware/echokit-box
60+
curl -L -o echokit https://echokit.dev/firmware/echokit_box
6161
```
6262

6363
To build it from the Rust source code.
@@ -70,7 +70,7 @@ cargo build --no-default-features --features box
7070

7171
## Flash the firmware
7272

73-
Connect to your computer to the EchoKit device USB port labeled `TTL`. Allow the computer to accept connection from the device when prompted.
73+
Connect to your computer to the EchoKit device USB port labeled `OTG`. Allow the computer to accept connection from the device when prompted.
7474

7575
> On many devices, there are two USB ports, but only the `SLAVE` port can take commands from another computer. You must connect to that `SLAVE` USB port. The detected USB serial port should be `JTAG`. IT CANNOT be `USB Single`.
7676

0 commit comments

Comments
 (0)