Skip to content

Make RunMode.BOOTLOADER work on imxrt #4434

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

Closed
jepler opened this issue Mar 18, 2021 · 0 comments · Fixed by #4442
Closed

Make RunMode.BOOTLOADER work on imxrt #4434

jepler opened this issue Mar 18, 2021 · 0 comments · Fixed by #4442
Labels
enhancement mimxrt10xx iMX RT based boards such as Teensy 4.x
Milestone

Comments

@jepler
Copy link

jepler commented Mar 18, 2021

Right now it just restarts CircuitPython:

>>> microcontroller.on_next_reset(microcontroller.RunMode.BOOTLOADER)
>>> microcontroller.reset()

[tio 15:51:33] Disconnected
[tio 15:51:35] Connected
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.

Press any key to enter the REPL. Use CTRL-D to reload.

Adafruit CircuitPython 6.2.0-beta.3-258-gc0d4b3732-dirty on 2021-03-17; IMXRT1010-EVK with IMXRT1011DAE5A
@jepler jepler added enhancement mimxrt10xx iMX RT based boards such as Teensy 4.x labels Mar 18, 2021
@microdev1 microdev1 added this to the Long term milestone Mar 19, 2021
@jepler jepler linked a pull request Mar 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement mimxrt10xx iMX RT based boards such as Teensy 4.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants