I was able to flash from the webIDE so it must be something particular to my direct use of the cli.
I must be missing some setting?
Related: Maybe the json job file is the way to go so I can set config details other than from "switches. Does the job file merge with defaults so I can just set those I need or do I have to set all values if I use it. Can I still use command line switches with a job file? ex. the --board switch as it seems the config for board only takes a url not a local path.
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.
Running esp32 wroom
trying to flash from the cli
results in this error and the code is not written to flash.
code and cli command
espruino --port /dev/ttyUSB0 -b 115200 --no-ble --board ../boards/ESP32.json
I was able to flash from the webIDE so it must be something particular to my direct use of the cli.
I must be missing some setting?
Related: Maybe the json job file is the way to go so I can set config details other than from "switches. Does the job file merge with defaults so I can just set those I need or do I have to set all values if I use it. Can I still use command line switches with a job file? ex. the --board switch as it seems the config for board only takes a url not a local path.