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

Feature: add T-TWR Plus target into nightly build #197

Closed
lyusupov opened this issue Oct 5, 2023 · 5 comments
Closed

Feature: add T-TWR Plus target into nightly build #197

lyusupov opened this issue Oct 5, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@lyusupov
Copy link

lyusupov commented Oct 5, 2023

Is there any chance to add the T-TWR Plus target:
https://twitter.com/OpenRtx/status/1704954487184453848
into the nightly build ?

@silseva silseva added the enhancement New feature or request label Oct 5, 2023
@silseva
Copy link
Collaborator

silseva commented Oct 5, 2023

Is already in the plans, we'll do it soon!

@lyusupov
Copy link
Author

lyusupov commented Oct 5, 2023

Thank you for the quick response!

Please, be aware that T-TWR Plus board (both current V2.0 and upcoming V2.1) is already supported by Adafruit TinyUF2 bootloader:

  1. https://github.com/adafruit/tinyuf2/tree/master/ports/espressif
  2. https://github.com/adafruit/tinyuf2/releases

Further batches of the product may come with the bootloader been pre-installed from the factory.

Thus, it could make sense to deploy not only the bare .bin binaries,
but the UF2 one as well.

Converting an ESP32-S3 'application' binary file info UF2 format is as simple as:

uf2conv.py firmware.bin -c -f 0xc47e5767 -b 0 -o firmware.uf2

Please, read https://github.com/microsoft/uf2 for more details.

Instructions on how to install an ESP32-S3 firmware with assistance of TinyUF2 bootloader

@silseva
Copy link
Collaborator

silseva commented Oct 6, 2023

Paging @n1zzo and @cifred98 for this

@n1zzo
Copy link
Collaborator

n1zzo commented Oct 17, 2023

Taking a look at this, planning to release v3.7 with T-TWR Plus builds in UF2 format.

@n1zzo
Copy link
Collaborator

n1zzo commented Oct 18, 2023

Implemented uf2 support in master, add instructions to flash tinyuf2 on our website.

@n1zzo n1zzo closed this as completed Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants