Closed teoremma closed 3 years ago
While I think I still own that hardware somewhere in a box, I haven't touched the MDK in years, and don't really maintain the upstream board definitions anymore. Have you asked for general troubleshooting assistance in the Adafruit Discord?
Closing because this isn't a KMK bug, though I'll still respond as time allows.
@teoremma here's the docs I wrote about flashing that device back in 2018: https://github.com/adafruit/circuitpython/tree/main/ports/nrf/boards/makerdiary_nrf52840_mdk. It might still apply today.
I am trying to run this project on the suggested board MakerDiary nRF52840 MDK. I am encountering issues flashing the official CircuitPython
.hex
provided here. I have tried drag-and-drop to theDAPLINK
mass storage that the MDK provides as well aspyocd -t nrf52 circuitpython.hex
. I both cases it appears to have flashed succesfully but noCIRCUITPY
mass storage appears afterwards.As per #52 I understand that @klardotsh added the initial support for this board in CircuitPython so I hope I can get some useful pointers here.
Anybody has any ideas on why this could be happening? Any workarounds?