sudo ./scripts/provision.sh ESP32C3_IDF4 :(there I had to remove some 'f' after the opening parenthesis in outputs like fatal(f'Error while parsing, check checksum file ({err})'), don't know why, but it worked. EDIT: OK this was introduced in Python 3.6 and I am using Python 3.5. Problem solved at this stage.
sudo BOARD=ESP32C3_IDF4 RELEASE=1 make flash: there it stops and says /bin/sh: idf.py: command not found
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
OK I really tried to figure it out on my own but I am really stuck. I made the following
git clone https://github.com/espruino/Espruino.git
cd Espruino
sudo ./scripts/provision.sh ESP32C3_IDF4
:(there I had to remove some 'f' after the opening parenthesis in outputs likefatal(f'Error while parsing, check checksum file ({err})')
, don't know why, but it worked. EDIT: OK this was introduced in Python 3.6 and I am using Python 3.5. Problem solved at this stage.sudo BOARD=ESP32C3_IDF4 RELEASE=1 make flash
: there it stops and says/bin/sh: idf.py: command not found
Any idea what I am missing?