I want to program a board with an esp32 on it using esp-prog and esptool. When I do that I get the following error:
...
Crystal is 40MHz
MAC: c8:2b:96:b8:e7:e0
Uploading stub...
Running stub...
Traceback (most recent call last):
File "/home/martin/workspace/esp/esp-idf/components/esptool_py/esptool/esptool.py", line 3470, in <module> _main()
...
But if I use esptool with the option --no-stub, I can program the board without an error. So what is this stub? For what is it for and what does it mean to use --no-stub?