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
When you use Tockloader to install an application or kernel on a Microbit_v2, you must also manually press the reset button afterwards to make the app start. It's not really a bug, but it seems undesirable to me.
So my question: do other boards automatically restart after flashing?
This is solved by adding the flag --openocd-options resume, although that restarts the running application many times, not just once after finishing the program upload. Should that flag be added as a default for the Microbit_v2?
The text was updated successfully, but these errors were encountered:
When you use Tockloader to install an application or kernel on a Microbit_v2, you must also manually press the reset button afterwards to make the app start. It's not really a bug, but it seems undesirable to me.
So my question: do other boards automatically restart after flashing?
This is solved by adding the flag
--openocd-options resume
, although that restarts the running application many times, not just once after finishing the program upload. Should that flag be added as a default for the Microbit_v2?The text was updated successfully, but these errors were encountered: