]> granicus.if.org Git - esp-idf/commitdiff
docs: Correct partition table offset
authorAngus Gratton <angus@espressif.com>
Fri, 25 Nov 2016 05:23:58 +0000 (16:23 +1100)
committerAngus Gratton <angus@espressif.com>
Fri, 2 Dec 2016 07:49:12 +0000 (23:49 -0800)
docs/partition-tables.rst

index c9709029d837923655f5d663bbb9e33d05c629ad..55b8870857dd66793d482431f3b9ad88b99d7042 100644 (file)
@@ -4,7 +4,7 @@ Partition Tables
 Overview
 --------
 
-A single ESP32's flash can contain multiple apps, as well as many different kinds of data (calibration data, filesystems, parameter storage, etc). For this reason a partition table is flashed to offset 0x4000 in the flash.
+A single ESP32's flash can contain multiple apps, as well as many different kinds of data (calibration data, filesystems, parameter storage, etc). For this reason a partition table is flashed to offset 0x8000 in the flash.
 
 Partition table length is 0xC00 bytes (maximum 95 partition table entries). If the partition table is signed due to `secure boot`, the signature is appended after the table data.