Initial sanitized SmartSpeaker snapshot

This commit is contained in:
ben
2026-07-13 21:13:19 -07:00
commit ac26dcc238
66 changed files with 11438 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Name, Type, SubType, Offset, Size, Flags
# Note: OTA requires otadata + two app partitions (ota_0, ota_1)
nvs, data, nvs, 0x9000, 0x6000,
otadata, data, ota, 0xf000, 0x2000,
ota_0, app, ota_0, 0x20000, 3M,
ota_1, app, ota_1, , 3M,
flash_test, data, fat, , 528K,
model, data, spiffs, , 5900K,
1 # Name, Type, SubType, Offset, Size, Flags
2 # Note: OTA requires otadata + two app partitions (ota_0, ota_1)
3 nvs, data, nvs, 0x9000, 0x6000,
4 otadata, data, ota, 0xf000, 0x2000,
5 ota_0, app, ota_0, 0x20000, 3M,
6 ota_1, app, ota_1, , 3M,
7 flash_test, data, fat, , 528K,
8 model, data, spiffs, , 5900K,