Skip to content

Commit

Permalink
espflash command update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardicus authored and SergioGasquez committed Jun 26, 2023
1 parent cfd0cc0 commit 7e24acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tooling/simulating/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We can use [`cargo-espflash`] to generate it:
[`cargo-espflash`]: https://github.com/esp-rs/espflash/tree/main/cargo-espflash

```bash
cargo espflash save-image --merge ESP32 <OUTFILE> --release
cargo espflash save-image --chip esp32 --merge <OUTFILE> --release
```

> If you prefer to use [`espflash`], you can achieve the same result by building the project first and then generating image:
Expand Down

0 comments on commit 7e24acb

Please sign in to comment.