Closed sbstjn closed 3 years ago
Did you erase the flash after finishing the getting started example?
I did run idf.py erase_flash
, yes.
I tried a second hardware device without going through the "Getting Started" example. It's the same result.
You are on the master branch or v4.3 of the ESP-IDF --> I (31) boot: ESP-IDF v4.3-dev-2136-gb0150615d 2nd stage bootloader
. 4.3 is not a stable release and we do not support it.
Please follow the instructions to install v4.2: https://edukit.workshop.aws/en/blinky-hello-world/prerequisites.html#installing-esp-idf-v42
With 4.2
any command with idf.py
fails with -- Configuring incomplete, errors occurred!
I cannot event run menuconfig with 4.2
I wiped everything, now I can at least built the blinking lights example. Thanks for the help! 🙌
Maybe I should've added more detail. To go to 4.2 from 4.3, you'll need to remove the esp-idf directory and the $HOME/.espressif directory. Then recursively clone esp-idf 4.2, run the install script, and then the export script.
Hi, I recently received the hardware device and tried https://edukit.workshop.aws/. The "Getting Started" example worked fine, but the "Blinky Hello World" example does not work.
After running
idf.py flash monitor
the devices is stuck and fails with: