-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Update tinyuf2 0.35 #11631
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
base: master
Are you sure you want to change the base?
Update tinyuf2 0.35 #11631
Conversation
Log
|
Hey, if we want this partition scheme update in the next release plus in older version releases like 3.1.x and 3.2.x and 3.3.x then what's the correct way to go about it? |
DangerJS failure: Checks are being rate limited at GH, so CI needs kicking |
|
Description of Change
Updates the bootloader and tinyuf2 app bin files for the Adafruit boards.
Also fixes the csv name for the XIAO S3 tinyuf2 partition. It's got a partitions-8mb.csv but instead refers to a partitions-8mb-tinuf2.csv which is one of the tinyuf2 partition files that were renamed ages ago.
As the board appeared to be pointing to a non existent file, rather than point at the one in board folder this switches to the communal CSV (same content) and adds the 8MB No OTA partition scheme. Did the tinyuf2 bins for those xiao s3's too, did both after verifying same content between them.
Tests scenarios
Please describe on what Hardware and Software combinations you have tested this Pull Request and how.
Grabbed latest release zips from tinyuf2, as our CI has been, built with the bootloader and tinyuf2 files updated (plus boot_app0.bin), tested normal and tinyuf2 functionality.
Tested both tinyuf2 partitions for XIAO S3 in arduino ide blink example with updated boards.txt, then checked partition scheme correctly written, and tinyuf2 bootloader still works as expected (well half 😂 I was expecting double tap reset, but it's reset then tap boot button to enter tinyuf2 bootloader mode on XIAO S3).