Skip to content

Commit

Permalink
Remove troubleshooting/espflash section (#152)
Browse files Browse the repository at this point in the history
* feat: Remove troubleshooting/espflash section

* fix: Broken link
  • Loading branch information
SergioGasquez authored Mar 22, 2024
1 parent f5e7dbc commit b411988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@
- [Wokwi](./tooling/simulating/wokwi.md)
- [QEMU](tooling/simulating/qemu.md)
- [Troubleshooting](./troubleshooting/index.md)
- [`esp-idf-hal` based projects](./troubleshooting/std.md)
- [`espflash`](./troubleshooting/espflash.md)
- [`esp-idf-sys` based projects](./troubleshooting/std.md)
2 changes: 1 addition & 1 deletion src/troubleshooting/std.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project and it will flash the bootloader and partition table that is built for y

If you want to use `espflash`, you can specify an appropriate bootloader and partition table using `--bootloader` and `--partition-table`. You can find the bootloader in `target/<your MCU's target folder>/<debug or release depending on your build>/bootloader.bin` and partition table in `target/<your MCU's target folder>/<debug or release depending on your build>/partition-table.bin`

[sdkconfig]: ttps://github.com/esp-rs/esp-idf-sys/blob/master/BUILD-OPTIONS.md#sdkconfig
[sdkconfig]: https://github.com/esp-rs/esp-idf-sys/blob/master/BUILD-OPTIONS.md#sdkconfig
[cargo-espflash-bootloader]: https://github.com/esp-rs/espflash/tree/main/cargo-espflash#bootloader-and-partition-table

## Environment Variable `LIBCLANG_PATH` Not Set
Expand Down

0 comments on commit b411988

Please sign in to comment.