Skip to content

Commit

Permalink
modif readme
Browse files Browse the repository at this point in the history
  • Loading branch information
indexds committed Oct 23, 2024
1 parent c327db0 commit ac306e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ args = ["-serial", "COM4", "-sercfg", "115200,8,n,1,N"]

[tasks.monitor-linux]
command = "screen"
args = ["/dev/ttyS*", "115200"]
args = ["/dev/ttyUSB0", "115200"]

[tasks.flash]
dependencies = [
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Install espup to get the esp toolchain required to compile on the `xtensa-esp32-

Install the toolchain and follow any additional instruction written to the standard output.

Do not forget to run the `export.bat` on Windows or `./export.sh` on Linux situated in `.embuild/esp-idf/v5.2.3/`. Otherwise you will not have access to `espefuse` and `espsecure`

```espup install```

Clone the repository then `cd` inside. Note that the name of the folder must be short and located at the root of your filesystem. Here, we use chhard.
Expand All @@ -74,7 +76,7 @@ Install the `cargo-make` binary to make the build process less of a chore. If no

You're also going to need espflash and ldproxy as dependencies.

```cargo install cargo-make cargo-generate espflash ldproxy```
```cargo install cargo-make cargo-generate cargo-espflash ldproxy```

Then you're gonna need:

Expand Down

0 comments on commit ac306e5

Please sign in to comment.