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

Implement espressif 1 ota partition #336

Merged
merged 5 commits into from
Jul 19, 2023
Merged

Implement espressif 1 ota partition #336

merged 5 commits into from
Jul 19, 2023

Conversation

hathach
Copy link
Member

@hathach hathach commented Jul 19, 2023

Description of Change

TinyUF2 Bootloader 0.15.0-23-g598d624 - esp-idf (v4.4-dev-3608-gbbe2a1bf34) tinyusb (0.15.0-566-gf1e006d09)
Model: Adafruit Camera
Board-ID: ESP32S3-Camera-revC
Date: Jul 19 2023
Flash Size: 0x002C0000 bytes
  • Fixed ghostfat selftest check with new "Flash Size" item, which actually takes more time to add the paritions and menu item. Though I am glad we have something to safe check any changes in ghostfat 😄
    • hard coded UF2_VERSION for selftest to make it easier to compare ghostfat sector
    • add cmake support for selftest
    • re-generate knowngood.img with new flash size entry

@ladyada please try it out, if it works out well, we will also need to make an PR to update partition for arduino-esp32 as welll :)

add Flash Size: to INFO_UF2.TXT to make it easier to check the available
flash size for firmware
- hard code fixed GIT_VERSION/GIT_SUBMODULE_VERSIONS for simpler sector
comparing
- add CFG_UF2_FLASH_SIZE for Flash size entry
- also update knowngood for 4k
@hathach hathach merged commit 02c8e3a into master Jul 19, 2023
@hathach hathach deleted the esp-1-ota branch July 19, 2023 13:51
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.

ESP32-SX Have alternate partition scheme with no OTA support
1 participant