mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-17 15:24:32 +01:00
Also take this opportunity to update the READMEs given the new little deploy.sh script we put together
9 lines
470 B
Markdown
9 lines
470 B
Markdown
# Sphinx Key Factory App
|
|
|
|
The main function of this app is to write any `update.bin` files from the sd card to the flash of the ESP, and configure the ESP so that on the next boot, it boots the freshly written app.
|
|
|
|
## Background Reading
|
|
|
|
- Partition Tables: https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-guides/partition-tables.html
|
|
- Over-the-Air Updates: https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-reference/system/ota.html
|