-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3* micro:bit fails to enter automation mode #609
Comments
@microbit-mark, can you send us board/s for this one. Feel free to email me, because I might need more information about these boards. |
@brianesquilona I have shipped 3 micro:bit boards for your attention. |
Thanks @microbit-pauline! @microbit-mark bootloader 0234 is old and does not support this switching, you can update your bootloader to 0250 or 0251. Depending on your interface code, after 0250, the memory map of the kl26z for bootloader/if changed to accomodate added logics. But one of these should work. |
Just to clarify, with a micro:bit 1.3B DAPLink bootloader 0234 and interface 0241, copying the But if automation is enabled and the same Wouldn't the logic that decides when to act on this file be present in the interface? Not sure why an older version of the bootloader would affect this, if it works when the reset button is pressed.
Does that mean that versions of the bootloader < 0250 wouldn't work with version of DAPLink > 0251? Or is it just some features that are affected? |
With automation enabled, flashing an empty
start_bl.act
file should reboot the micro:bit into MAINTENANCE mode. On 1.5 board variants this works, but on 1.3b board variants, it fails.To reproduce on 1.3b
auto_on.cfg
onto micro:bit while reset button is pressedstart_bl.act
file toMICROBIT
drive and it should reboot intoMAINTENANCE
On 1.3b variants it reboots into normal MICROBIT mode.
Expected result
All micro:bit variants should facilitate automation using steps listed above.
Environment
MacOS 10.14.3
The 1.5 board has Bootloader v0246 and the 1.3b in maintenance has v0234
Additional context
start_bl.act
file does enable MAINTENANCE mode.The text was updated successfully, but these errors were encountered: