Search found 1 match
- Fri Mar 19, 2021 5:17 pm
- Forum: ESP32 boards
- Topic: Trouble with CMake and flash > 4 MB
- Replies: 13
- Views: 12510
Re: Trouble with CMake and flash > 4 MB
For those who had difficulty using Cmake with >4M flash, and ended up here per the original thread title, I found that adding the entire Serial flasher config stanza in my sdkconfig.board worked (after a make clean) for me that was # # Serial flasher config # CONFIG_ESPTOOLPY_FLASHMODE_QIO=y CONFIG_...