Hello!
I’m trying to reset my board to start fresh before configuring it for deployment. The last time I used the board was months ago. However, when I use the “debug reset” command, I receive the following error: debug reset
Exception in thread rx:
Traceback (most recent call last):
File “/Users/swordfish/miniconda3/lib/python3.12/site-packages/serial/serialposix.py”, line 575, in read
buf = os.read(self.fd, size - len(read))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 6] Device not configured
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/Users/swordfish/miniconda3/lib/python3.12/threading.py”, line 1073, in _bootstrap_inner
self.run()
File “/Users/swordfish/miniconda3/lib/python3.12/threading.py”, line 1010, in run
self._target(*self._args, **self._kwargs)
File “/Users/swordfish/miniconda3/lib/python3.12/site-packages/serial/tools/miniterm.py”, line 499, in reader
data = self.serial.read(self.serial.in_waiting or 1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/Users/swordfish/miniconda3/lib/python3.12/site-packages/serial/serialposix.py”, line 581, in read
raise SerialException(‘read failed: {}’.format(e))
serial.serialutil.SerialException: read failed: [Errno 6] Device not configured