Open andypiper opened 2 years ago
mpremote is untested. If it has an option to disable soft reboot, try that.
Is there a board definition file / config I can use to build the firmware in the current MicroPython source tree?
No, sorry. You need to build using this repo.
Have been trying to use the docker images but seems like we'll be hitting https://github.com/docker/for-mac/issues/900.
MicroPython identifies itself as
MicroPython afceb56-dirty on 2022-06-04; TiDAL with ESP32S3
when connected to in the REPL.I can run
mpremote devs
to successfully list the attached device, and I can usempremote connect mpremote connect /dev/cu.usbmodem1234561
(macOS) to connect to the REPL if no other apps (Thonny or Chrome WebSerial) are attached, but trying to runmpremote
commands e.g.mpremote connect /dev/cu.usbmodem1234561 ls
fails with the following trace (the board reboots to the EMF logo and locks up at this point)I'm relatively certain this is not supposed to happen (I do Mpy development with other ESP32 boards, using MicroPython v1.18+ from GitHub nightlies).
Is there a board definition file / config I can use to build the firmware in the current MicroPython source tree?