Skip to content

Commit

Permalink
move partition table to other default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 7, 2024
1 parent 260d5d2 commit 491e7f5
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 21 deletions.
4 changes: 2 additions & 2 deletions config/esp_sdkconfigs/sdkconfig.defaults.aem
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
Expand Down
4 changes: 2 additions & 2 deletions config/esp_sdkconfigs/sdkconfig.defaults.bba-serial
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
Expand Down
4 changes: 2 additions & 2 deletions config/esp_sdkconfigs/sdkconfig.defaults.bba1
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
Expand Down
4 changes: 2 additions & 2 deletions config/esp_sdkconfigs/sdkconfig.defaults.bba2
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
Expand Down
4 changes: 2 additions & 2 deletions config/esp_sdkconfigs/sdkconfig.defaults.dada
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
Expand Down
4 changes: 2 additions & 2 deletions config/esp_sdkconfigs/sdkconfig.defaults.emu
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
Expand Down
4 changes: 2 additions & 2 deletions config/esp_sdkconfigs/sdkconfig.defaults.mk2
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
Expand Down
4 changes: 2 additions & 2 deletions config/esp_sdkconfigs/sdkconfig.defaults.str
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
Expand Down
4 changes: 2 additions & 2 deletions config/esp_sdkconfigs/sdkconfig.defaults.v1
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
Expand Down
4 changes: 2 additions & 2 deletions config/esp_sdkconfigs/sdkconfig.defaults.v2
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_FILENAME="config/storage/partitions_tbd.default.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
Expand Down
3 changes: 2 additions & 1 deletion config/platforms/platform.bba2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"type": "midi",
"n_cvs": 90,
"n_triggers": 40,
"inputs": ["uart", "usb"]
"inputs": ["uart"]
// "inputs": ["uart", "usb"]
},
"audio": {
"type": "aic3254",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ phy_init, data, phy, 0xf000, 0x1000
ota_0, app, ota_0, 0x10000, 3M
ota_1, app, ota_1, , 3M
storage, data, spiffs, , 3M
#samples, data, raw 0xB0000, 5M

# note that by default 5 MB of flash are used outside of partition table for sample ROM
# starts at 0xB00000 until 0xFFFFFF
# of the 16MB WROVER FLASH, we still have about 1MB left in case eg. spiffs needs to be increased

0 comments on commit 491e7f5

Please sign in to comment.