Micropython, LED next to BOOT0 constantly on

Hello,
I've recently acquired Arduino Giga and installed Micropython on it using MicroPython Installer.
I've played around with it with Arduino Lab for Micropython and everything was fine for some time.
At one point when saving the file to the board, there was some information about a mismatch but before I got it, the program crashed.
Since then the LED next to BOOT0 has been constantly on and I cannot connect to the board.
I've tried putting it in a bootloader mode and installing micropython again but it doesn't work.
I've tried flashing the bootloader with dfu-util but that also doesn't help.

If anyone could help, that'd be great :slight_smile: Cheers

Try the steps below:

Thank you very much for your help.
It appears that reinstalling Mbed OS allowed me to upload sketches and updating wifi firmware fixed my original issue.

One more thing I've seem to run into now. After reinstalling MicroPython, I'm being prompted to format the drive, which fails.

@edit
Using a preview build of MP seems to have fixed that issue. Cheers