Преглед на файлове

Merge branch 'bugfix/partition_tables_update_note' into 'master'

global: update note in the partition tables

See merge request espressif/esp-idf!5636
Ivan Grokhotkov преди 6 години
родител
ревизия
b1bb90a596
променени са 29 файла, в които са добавени 29 реда и са изтрити 29 реда
  1. 1 1
      components/fatfs/test_fatfs_host/partition_table.csv
  2. 1 1
      components/partition_table/partitions_singleapp.csv
  3. 1 1
      components/partition_table/partitions_singleapp_coredump.csv
  4. 1 1
      components/partition_table/partitions_two_ota.csv
  5. 1 1
      components/partition_table/partitions_two_ota_coredump.csv
  6. 1 1
      components/spiffs/test_spiffs_host/partition_table.csv
  7. 1 1
      components/wear_levelling/test_wl_host/partition_table.csv
  8. 1 1
      docs/en/api-guides/bootloader.rst
  9. 1 1
      docs/en/api-guides/core_dump.rst
  10. 1 1
      examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/partitions.csv
  11. 1 1
      examples/build_system/cmake/import_lib/partitions_example.csv
  12. 1 1
      examples/ethernet/iperf/partitions_example.csv
  13. 1 1
      examples/peripherals/i2c/i2c_tools/partitions_example.csv
  14. 1 1
      examples/peripherals/i2s_adc_dac/partitions_adc_dac_example.csv
  15. 1 1
      examples/protocols/http_server/file_serving/partitions_example.csv
  16. 1 1
      examples/protocols/http_server/restful_server/partitions_example.csv
  17. 1 1
      examples/provisioning/ble_prov/partitions.csv
  18. 1 1
      examples/provisioning/manager/partitions.csv
  19. 1 1
      examples/storage/partition_api/partition_find/README.md
  20. 1 1
      examples/storage/partition_api/partition_find/partitions_example.csv
  21. 1 1
      examples/storage/partition_api/partition_mmap/partitions_example.csv
  22. 1 1
      examples/storage/partition_api/partition_ops/partitions_example.csv
  23. 1 1
      examples/storage/parttool/partitions_example.csv
  24. 1 1
      examples/storage/spiffs/partitions_example.csv
  25. 1 1
      examples/storage/spiffsgen/partitions_example.csv
  26. 1 1
      examples/storage/wear_levelling/partitions_example.csv
  27. 1 1
      examples/system/console/partitions_example.csv
  28. 1 1
      examples/wifi/simple_sniffer/partitions_example.csv
  29. 1 1
      tools/unit-test-app/partition_table_unit_test_app.csv

+ 1 - 1
components/fatfs/test_fatfs_host/partition_table.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
components/partition_table/partitions_singleapp.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     ,        0x6000,
 phy_init, data, phy,     ,        0x1000,
 factory,  app,  factory, ,        1M,

+ 1 - 1
components/partition_table/partitions_singleapp_coredump.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,           ,  0x6000
 phy_init, data, phy,           ,  0x1000
 factory,  app,  factory,       ,  1M

+ 1 - 1
components/partition_table/partitions_two_ota.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,   Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     ,        0x4000,
 otadata,  data, ota,     ,        0x2000,
 phy_init, data, phy,     ,        0x1000,

+ 1 - 1
components/partition_table/partitions_two_ota_coredump.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,   Size
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     ,         0x4000
 otadata,  data, ota,     ,         0x2000
 phy_init, data, phy,     ,         0x1000

+ 1 - 1
components/spiffs/test_spiffs_host/partition_table.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
components/wear_levelling/test_wl_host/partition_table.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
docs/en/api-guides/bootloader.rst

@@ -33,7 +33,7 @@ Partitions of type "app" cannot be specified here.
 Partition table.::
 
 	# Name,   Type, SubType, Offset,   Size, Flags
-	# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+	# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 	nvs,      data, nvs,     0x9000,   0x4000
 	otadata,  data, ota,     0xd000,   0x2000
 	phy_init, data, phy,     0xf000,   0x1000

+ 1 - 1
docs/en/api-guides/core_dump.rst

@@ -37,7 +37,7 @@ allocates necessary space on flash, But if user wants to use its own layout file
 as it is shown below::
 
   # Name,   Type, SubType, Offset,  Size
-  # Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+  # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
   nvs,      data, nvs,     0x9000,  0x6000
   phy_init, data, phy,     0xf000,  0x1000
   factory,  app,  factory, 0x10000, 1M

+ 1 - 1
examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/partitions.csv

@@ -1,5 +1,5 @@
 # Name,         Type,   SubType,    Offset,     Size,   Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,            data,   nvs,        0x9000,     16k
 otadata,        data,   ota,        0xd000,     8k
 phy_init,       data,   phy,        0xf000,     4k

+ 1 - 1
examples/build_system/cmake/import_lib/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/ethernet/iperf/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/peripherals/i2c/i2c_tools/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/peripherals/i2s_adc_dac/partitions_adc_dac_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/protocols/http_server/file_serving/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/protocols/http_server/restful_server/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/provisioning/ble_prov/partitions.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1200000,

+ 1 - 1
examples/provisioning/manager/partitions.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1200000,

+ 1 - 1
examples/storage/partition_api/partition_find/README.md

@@ -20,7 +20,7 @@ The iterator is obtained using `esp_partition_find` and is released after its us
 I (310) example: Printing partition table csv file contents for reference...
 
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,        data, nvs,      0x9000,  0x6000,
 phy_init,   data, phy,      0xf000,  0x1000,
 factory,    app,  factory,  0x10000, 1M,

+ 1 - 1
examples/storage/partition_api/partition_find/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,        data, nvs,      0x9000,  0x6000,
 phy_init,   data, phy,      0xf000,  0x1000,
 factory,    app,  factory,  0x10000, 1M,

+ 1 - 1
examples/storage/partition_api/partition_mmap/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,        data, nvs,      0x9000,  0x6000,
 phy_init,   data, phy,      0xf000,  0x1000,
 factory,    app,  factory,  0x10000, 1M,

+ 1 - 1
examples/storage/partition_api/partition_ops/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,        data, nvs,      0x9000,  0x6000,
 phy_init,   data, phy,      0xf000,  0x1000,
 factory,    app,  factory,  0x10000, 1M,

+ 1 - 1
examples/storage/parttool/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/storage/spiffs/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/storage/spiffsgen/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/storage/wear_levelling/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/system/console/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
examples/wifi/simple_sniffer/partitions_example.csv

@@ -1,5 +1,5 @@
 # Name,   Type, SubType, Offset,  Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 factory,  app,  factory, 0x10000, 1M,

+ 1 - 1
tools/unit-test-app/partition_table_unit_test_app.csv

@@ -1,7 +1,7 @@
 # Special partition table for unit test app
 #
 # Name,     Type, SubType, Offset,   Size, Flags
-# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
+# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
 nvs,        data, nvs,      0x9000,  0x4000
 otadata,    data, ota,      0xd000,  0x2000
 phy_init,   data, phy,      0xf000,  0x1000