Then flashing as listed in https://github.com/espressif/idf-eclips ... e-site-url
With error:
Code: Select all
A fatal error occurred: Invalid head of packet (0x50)
Adding "flash"'s dependency "all" to list of commands with default set of options.
Executing action: all (aliases: build)
Running ninja in directory c:\users\kevin\eclipse-workspace\kg1_hello_world\build
Executing "ninja all"...
Executing action: flash
Running esptool.py in directory c:\users\kevin\eclipse-workspace\kg1_hello_world\build
Executing "C:\Users\kevin\.espressif\python_env\idf4.1_py3.8_env\Scripts\python.exe D:\eclipse-workspace\esp-idf-v4.1\components/esptool_py/esptool/esptool.py -p COM11 -b 115200 --before default_reset --after hard_reset --chip esp32 write_flash @flash_project_args"...
esptool.py failed with exit code 2
Any help much appreciated.
Kevin