From 9d94a3ceb81f494b2ba160854075e07ea1c71b0e Mon Sep 17 00:00:00 2001 From: mikee47 Date: Mon, 11 Mar 2024 20:28:55 +0000 Subject: [PATCH] Update incorrect documentation regarding flash layout. Layout changed with the introduction of partition tables in PR #2258, but reverted back to standard default layout in #2332. --- docs/source/information/flash.rst | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/docs/source/information/flash.rst b/docs/source/information/flash.rst index 884da9ccc4..191228bb2e 100644 --- a/docs/source/information/flash.rst +++ b/docs/source/information/flash.rst @@ -16,28 +16,6 @@ See :ref:`hardware_config` for details. A typical layout for a 4MByte device might look like this: - ======= =============== ==== ========================= =================================================== - Address Config variable Size Source filename Description - (hex) (if any) (KB) (if applicable) - ======= =============== ==== ========================= =================================================== - 000000 1 rboot.bin Boot loader - 001000 4 rBoot configuration - 002000 4 Partition table - 003000 4 esp_init_data_default.bin PHY configuration data - 004000 12 blank.bin System parameter area - 006000 4 blank.bin RF Calibration data (Initialised to FFh) - 006000 4 Reserved - 008000 ROM_0_ADDR rom0.bin First ROM image - 100000 RBOOT_SPIFFS_0 - 208000 ROM_1_ADDR rom1.bin Second ROM image - 300000 RBOOT_SPIFFS_1 - ======= =============== ==== ========================= =================================================== - - -.. note:: - - This was the previous layout for a 4MByte flash device: - ======= =============== ==== ========================= =================================================== Address Config variable Size Source filename Description (hex) (if any) (KB) (if applicable) @@ -48,11 +26,13 @@ A typical layout for a 4MByte device might look like this: 100000 RBOOT_SPIFFS_0 202000 ROM_1_ADDR rom1.bin Second ROM image 300000 RBOOT_SPIFFS_1 + 3FA000 4 Partition table 3FB000 4 blank.bin RF Calibration data (Initialised to FFh) 3FC000 4 esp_init_data_default.bin PHY configuration data 3FD000 12 blank.bin System parameter area ======= =============== ==== ========================= =================================================== +Note the addition of the partition table, absent in Sming versions earlier than 4.3. Speed and caching