feat(factory): add local flashing toolkit and secure OTA defaults

This commit is contained in:
admin
2026-03-02 01:57:39 +08:00
parent 809fcf6548
commit 3d3c3ebac2
27 changed files with 5260 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
Factory and build-time keys (local-only flow)
This toolkit uses local keys only.
Current usage:
- `factory_signing/factory_signing_key.pem`
Used to sign packaged artifacts (`.bin`, config files).
- `factory_signing/factory_signing_pubkey.pem`
Public key used by the flashing tool for signature verification.
- `firmware/fw_key.bin`
32-byte firmware envelope key used for `.bin.enc` encrypt/decrypt.
It is copied into release package as `keys/firmware/fw_key.bin`.
Only the key files listed above are required in this repository.