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?