From: Angus Gratton Date: Fri, 25 Nov 2016 05:23:58 +0000 (+1100) Subject: docs: Correct partition table offset X-Git-Tag: v2.0-rc1~141^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=822ed842259eb22be3eb8197935b6989a102e438;p=esp-idf docs: Correct partition table offset --- diff --git a/docs/partition-tables.rst b/docs/partition-tables.rst index c9709029d8..55b8870857 100644 --- a/docs/partition-tables.rst +++ b/docs/partition-tables.rst @@ -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.