Skip to content

Commit

Permalink
Update incorrect documentation regarding flash layout.
Browse files Browse the repository at this point in the history
Layout changed with the introduction of partition tables in PR SmingHub#2258,
but reverted back to standard default layout in SmingHub#2332.
  • Loading branch information
mikee47 committed Mar 13, 2024
1 parent 6feba71 commit 89124f7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/source/information/flash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ A typical layout for a 4MByte device might look like this:
(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
001000 4 rBoot configuration
002000 ROM_0_ADDR rom0.bin First ROM image
102000 ROM_1_ADDR rom1.bin Second ROM image
200000 RBOOT_SPIFFS_0
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
======= =============== ==== ========================= ===================================================


Expand Down

0 comments on commit 89124f7

Please sign in to comment.