#Help with Magtag bootloader?

1 messages · Page 1 of 1 (latest)

muted tide
#

Hi I've got a new magtag and trying to update it for circuitpython from macos. I followed the instructions (https://learn.adafruit.com/adafruit-magtag/rom-bootloader) and as far as I can tell I'm in bootloader mode and the device is on /dev/cu.usbmodem01 but getting an error from esptool.

$ esptool.py --port /dev/cu.usbmodem01 chip_id
esptool.py v3.2
Serial port /dev/cu.usbmodem01
Connecting....
Detecting chip type... Unsupported detection protocol, switching and trying again...
Connecting......................................

A fatal error occurred: Failed to connect to Espressif device: No serial data received.
For troubleshooting steps visit: https://github.com/espressif/esptool#troubleshooting

Am I doing something wrong? Any advice?

muted ocean
muted tide
#

Fantastic - that did it:

$ esptool.py --chip esp32s2 --port /dev/cu.usbmodem01 chip_id
#

thanks for your help @muted ocean