Update Partition Table - #131
Closed
odudex wants to merge 3 commits into
Closed
Conversation
Key Manager needs P4 silicon >= v3 (fleet is v1.x), so XTS-AES-128 in eFuse KEY3. On-device test bootloops: FE encrypts all PSRAM pages while DSI/camera DMA bypass the cache-path XTS; fix is SPIRAM_ENC_EXEMPT in IDF 6.1.
…r headroom Flash-encryption/secure-boot bootloaders exceed the 24KB slot at 0x8000; nvs absorbs the shift (0x11000, 52KB), other partitions unchanged. Existing devices need one serial reflash and NVS re-setup.
Also update the release flash layout for the partition table move to 0x10000: sign_release.sh derives both the merge-bin call and the generated flasher_args.json from one set of OFF_* vars, and the web flasher's fallback layout tracks the new offset. Published bundles carry their own flasher_args.json, so <= v0.0.14 releases keep flashing at 0x8000. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Prepare partition table for future flash encryption and scure-boot.
Update security-plan