Add iMXRT ESP32 programmer app#106
Merged
Merged
Conversation
also separate BUILD_NO_TINYUSB
help to reduce the board api, and other ports does not need to support this for now.
USB -> Uart work, the other way have some issue, possibly due to hardware
everything seems to work fine
Member
Author
|
side note for myself regarding epstool using dtr, rts to put esp32 into bootloader |
Member
|
i tested, this is great! |
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.
BUILD_APPLICATIONandBUILD_NO_TINYUSB` (some app may still use tinyusb)@ladyada Can you test the attached uf2 to see if it works on the metro m7. esp32programmer-metro_m7_1011.zip
I have trouble putting the esp32 into DFU mode, since I dont have an esp32 breakout and have to use one of the dev board (with cp2104). However, once put into the DFU mode manually. It can flash with 115200 and 921600 as follow.
We can have some DTR, RTS manipulation to enter DFU mode as well https://github.com/adafruit/tinyuf2/blob/imxrt-usb2uart/ports/mimxrt10xx/apps/esp32programmer/main.c#L161 . Though the above issue get into testing.