You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed that the DFU OTA always fails with latest code on my M60 keyboard(nrf52840). When using a bootloader compiled from current master branch (277a0c8), the OTA process will stuck at 1% and freeze, or completely fail. After that, the bootloader restart itself to UF2 mode.
One workaround for this is to go into the DFU app settings and turn on "packets receipt notification," then set the number of packets to something small. The Adafruit app (which does seem to work pretty reliably for DFU) hardcodes 4 as a hack
What happened
I observed that the DFU OTA always fails with latest code on my M60 keyboard(nrf52840). When using a bootloader compiled from current master branch (277a0c8), the OTA process will stuck at 1% and freeze, or completely fail. After that, the bootloader restart itself to UF2 mode.
From #35 I found a solution not incorporated:
Originally posted by chrisingis in #35 (comment)
Changing
HCI_RX_BUF_QUEUE_SIZE
to 16 fixed my problem.How to reproduce
dda40ac05f468a0c89e62371199a4c270e0048adb826eacc0179b2b522216690
)My setup:
dda40ac05f468a0c89e62371199a4c270e0048adb826eacc0179b2b522216690
)Known affected devices:
Possible related issues and prs:
The text was updated successfully, but these errors were encountered: