I tried creating a firmware using https://github.com/Univa/rumcake, it explicitely say Converting the binary to a UF2 and flashing that to the MCU doesn't seem to work but I tried it anyway, I copied the uf2 file and the microcontroller started flashing, now it won't stop, not even after powering off. I can enter bootloader mode and the device shows up as usual but I cant put my ZMK firmware back on
#nrf52840 unable to flash firmware
1 messages · Page 1 of 1 (latest)
That red led constantly blinking means that either the controller is bootlooping (due to bad firmware) or stuck in bootloader mode (e.g. due to a short). The first one sounds more likely
If the firmware you flashed before had the wrong code partitions defined, it might have made ZMK impossible to flash. I think reflashing the bootloader fixes that, so I would try that
you mean reflashing as described in https://github.com/joric/nrfmicro/wiki/Bootloader ?
IIRC the reason it says "Converting the binary to a UF2 and flashing that to the MCU doesn't seem to work" is because it'll corrupt the bootloader. You'll need to do https://nicekeyboards.com/docs/nice-nano/troubleshooting/
Troubleshooting tips for the nice!nano
It worked, It isn´t bootlooping anymore, but my ZMK firmware doesn't seem to work
i have already flashed the setting reset firmware as well
Need more details on that, tbh
Nvm it worked