esp:esp32:commands
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| esp:esp32:commands [2025/02/09 07:38] – created - external edit 127.0.0.1 | 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 | ||
| | | ||
| - | ===== Copy/ | + | ===== Full Flash ===== |
| - | - Rename PROJECT_NAME in Makefile | + | |
| - | - Update PROJECT_VER in CMakeLists.txt | + | |
| - | | + | |
| - | ===== SoftAP IPv6 connectivity with android phone ===== | + | ===== Write Application to partition |
| - | | + | |
| + | python ../ | ||
| + | |||
| + | ===== Read/Write config partition ===== | ||
| + | === Write Config to partition === | ||
| + | esptool.py --port / | ||
| + | === Read CONFIG from partition === | ||
| + | esptool.py --port / | ||
esp/esp32/commands.1739086736.txt.gz · Last modified: by 127.0.0.1
