I've been having a lot of fun with my new PyPortal the last few days. Last night it suddenly disconnected from PuTTY and now will no longer reload when code.py is changed (or frankly any file). It also doesn't respond to Ctrl+C or Ctrl+D, though it does show print output. It's worth noting that previously it would show up as COM3 and now it's COM5 in Device Manager.
It does pick up the new code when the reset button is pressed or USB power is applied. I know the USB cable is good as it's from a USB 2.5" HDD; plus the PyPortal does see the new code on hard reset.
The bootloader is flashed with update-bootloader-pyportal_m4-v3.14.0.uf2 and I'm running circuitpython adafruit-circuitpython-pyportal-en_US-7.1.1.uf2.
I've attempted re-flashing the bootloader and circuit python, but neither seemed to help.
The contents of boot_out.txt are as follows:
- Code: Select all | TOGGLE FULL SIZE
Adafruit CircuitPython 7.1.1 on 2022-01-14;
Adafruit PyPortal with samd51j20
Board ID:pyportal
-robodude666