adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
MIT License
3.96k stars 1.16k forks source link

Builds for FOMU failed to work properly after 7.0.0-beta.0 #7319

Open qqice opened 1 year ago

qqice commented 1 year ago

CircuitPython version

Adafruit CircuitPython 7.0.0-beta.0 on 2021-08-24; Fomu with VexRiscv

Code/REPL

every code

Behavior

Flashing every firmware after 7.0.0-beta.0 (from 7.0.0-rc.0) using dfu-util will cause circuitpython failed to work properly. A drive named CIRCUITPY won't appeared. Though there is a serial port appeared in the Device Manager, every attempt to connect to the board (for example, using Thonny) through this port will end up in an error.

Description

No response

Additional information

No response

qqice commented 1 year ago

I think the commit b14b2945167fd20c313e3bf8e1337b73355dc7ff may have broken something so the board can't function properly. Please check with it.

dhalbert commented 1 year ago

If anyone with this board would like to work on this, your help would be welcome.

qqice commented 1 year ago

But I think the number of people holding this development board is quite small. Otherwise this problem shouldn't have been discovered after 14 months.