esp:esp32:commands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| esp:esp32:commands [2025/04/14 17:02] – oscar | esp:esp32:commands [2025/04/14 17:48] (current) – oscar | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ---- | ---- | ||
| + | ===== Core tools ===== | ||
| + | Esp-idf commands can be executed using: | ||
| + | * **idf.py**, Located in: /// | ||
| + | * **python**, Located in: /// | ||
| + | * **esptool.py**, | ||
| ===== Common commands ===== | ===== Common commands ===== | ||
| Line 10: | Line 15: | ||
| idf.py build | idf.py build | ||
| | | ||
| - | |||
| - | ===== SoftAP IPv6 connectivity with android phone ===== | ||
| - | ip -6 addr add fd01: | ||
| - | |||
| - | |||
| ===== Full Flash ===== | ===== Full Flash ===== | ||
| idf.py -p / | idf.py -p / | ||
| Line 21: | Line 21: | ||
| ===== Write Application to partition ===== | ===== Write Application to partition ===== | ||
| python -m esptool --chip esp32c3 -p / | python -m esptool --chip esp32c3 -p / | ||
| + | python ../ | ||
| ===== Read/Write config partition ===== | ===== Read/Write config partition ===== | ||
esp/esp32/commands.1744650127.txt.gz · Last modified: by oscar
