mimxrt: Mark boards with no TinyUF2 bootloader support.#19301
Open
projectgus wants to merge 1 commit into
Open
mimxrt: Mark boards with no TinyUF2 bootloader support.#19301projectgus wants to merge 1 commit into
projectgus wants to merge 1 commit into
Conversation
This was noted in PR description & commit message for e574f68, but these boards' deploy.md files still said the bootloader was supported. Add explicit makefile settings to disable support, with a comment for the reason, and also add a deploy_mimxrt_nouf2.md file which contains only the SWD flashing method and notes the lack of UF2 bootloader support. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
|
Code size report: |
robert-hh
approved these changes
Jun 3, 2026
Contributor
robert-hh
left a comment
There was a problem hiding this comment.
Looks Good. Of course, no complaints about the documentation file from a non-native speaker.
Firmware built for MIMXRT1050-EVK, MIMXRT1176-EVK and SEEED Arch Mix 1050, representing the boards being addressed by this PR and one that is not.
Building works, all boards start up as they should.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This was noted in description of PR #15983 & commit message for e574f68, but these boards' deploy.md files still said the bootloader was supported.
Add explicit makefile settings to disable support, with a comment for the reason, and also add a deploy_mimxrt_nouf2.md file which contains only the SWD flashing method and notes the lack of UF2 bootloader support.
Related to #19250 (thanks @robert-hh for pointing me in the right direction on this issue!)
This work was funded through GitHub Sponsors.
Testing
Tested by me banging my head against the MIMXRT1050_EVK board wondering why it wouldn't boot. 😆
Generative AI
I did not use generative AI tools when creating this PR.