for the time being use my old partition table to make TTGO happy

1.2-legacy
geeksville 2020-02-08 08:47:08 -08:00
rodzic 0158fcf352
commit c41a6a860a
2 zmienionych plików z 7 dodań i 6 usunięć

Wyświetl plik

@ -62,6 +62,7 @@ until the phone pulls those packets. Ever so often power on bluetooth just so w
# Low priority
* using the genpartitions based table doesn't work on TTGO so for now I stay with my old memory map
* We let anyone scan for us (FIXME, perhaps only allow that until we are paired with a phone and configured)
* use two different env flags for ttgo vs lora32. https://docs.platformio.org/en/latest/ide/vscode.html#key-bindings
* sim gps data for testing nodes that don't have hardware

Wyświetl plik

@ -1,8 +1,8 @@
# This is autogenerated by genpartions.py - change that tool instead!
# appsize=1952 KB, spiffs=128 KB, usernvs=8 KB
# FIXME! using the genpartitions based table doesn't work on TTGO so for now I stay with my old memory map
# This is a layout for 4MB of flash
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, , 0x2000,
app0, app, ota_0, , 0x1e8000,
app1, app, ota_1, , 0x1e8000,
spiffs, data, spiffs, , 0x20000
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x1c0000,
app1, app, ota_1, 0x1d0000,0x1c0000,
spiffs, data, spiffs, 0x390000,0x070000,
1 # This is autogenerated by genpartions.py - change that tool instead! # FIXME! using the genpartitions based table doesn't work on TTGO so for now I stay with my old memory map
2 # appsize=1952 KB, spiffs=128 KB, usernvs=8 KB # This is a layout for 4MB of flash
3 # Name, Type, SubType, Offset, Size, Flags # Name, Type, SubType, Offset, Size, Flags
4 nvs, data, nvs, 0x9000, 0x5000, nvs, data, nvs, 0x9000, 0x5000,
5 otadata, data, ota, , 0x2000, otadata, data, ota, 0xe000, 0x2000,
6 app0, app, ota_0, , 0x1e8000, app0, app, ota_0, 0x10000, 0x1c0000,
7 app1, app, ota_1, , 0x1e8000, app1, app, ota_1, 0x1d0000,0x1c0000,
8 spiffs, data, spiffs, , 0x20000 spiffs, data, spiffs, 0x390000,0x070000,