Skip to content
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

mimxrt1011: Fix reset-to-bootloader #4442

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

jepler
Copy link
Member

@jepler jepler commented Mar 19, 2021

The definition of DBL_TAP_REG must match tinyuf2.

After this, the sequence below brings up the bootloader, as does the "1200 baud" trick which is useful for scripting

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

The definition of DBL_TAP_REG must match tinyuf2
@jepler jepler linked an issue Mar 19, 2021 that may be closed by this pull request
Copy link
Member

@ladyada ladyada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested on metro m7 both with and without!

@jepler jepler merged commit 22906ac into adafruit:main Mar 19, 2021
@jepler jepler deleted the m7-reboot-bootloader branch November 3, 2021 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make RunMode.BOOTLOADER work on imxrt
2 participants