You are reading a single comment by @Sdellava and its replies. Click here to read the full conversation.
  • What command did you use to flash Espruino?
    Did you erase flash before flashing Espruino?
    Did you flash all parts?

    For example the last couple of times I used this command (basically what's in the ESP32 directory, replace COM6 with your com port):

    esptool.py --port COM6 --baud 921600 write_flash -z --flash_mode "dio" --flash_freq "40m" 0x1000 bootloader.bin 0x10000 espruino_esp32.bin 0x8000 partitions_espruino.bin
    
About

Avatar for Sdellava @Sdellava started