Search found 2 matches

by NicolasV
Mon Oct 30, 2023 1:33 pm
Forum: ESP-IDF
Topic: sdkconfig
Replies: 0
Views: 291

sdkconfig

How can I build a project (e.g. using idf.py build) but with a specific sdkconfig, like sdkconfig.test? Is it hardcoded to sdkconfig.defaults if present?
by NicolasV
Sun Oct 22, 2023 7:52 pm
Forum: General Discussion
Topic: Boot sequence
Replies: 0
Views: 529

Boot sequence

Hello everyone. I'm a bit puzzled with the boot sequence.
If I use the esptool.py, how is the sequence of flashing a firmware? Does the ROM bootloader need GPIO0 tied low to kick in? How is replaced this bootloader with the flasher stub?