@Jean-Philippe_Rey You need to do the same thing you'd do for other Espruino boards. No sudo, but use source ./scripts/provision.sh ESP32C3_IDF4. Now you've run as sudo you might need to sudo rm -rf esp-idf-4 bin so that you can actually overwrite the superuser files from your normal install.
@Tengfei I think you should find the the terminal works ok - it just doesn't show you what you're typing until you hit enter
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.
@Jean-Philippe_Rey You need to do the same thing you'd do for other Espruino boards. No
sudo
, but usesource ./scripts/provision.sh ESP32C3_IDF4
. Now you've run as sudo you might need tosudo rm -rf esp-idf-4 bin
so that you can actually overwrite the superuser files from your normal install.@Tengfei I think you should find the the terminal works ok - it just doesn't show you what you're typing until you hit
enter