From 49dbfaff2aa611e0f0c2d858b8ba8a833275310a Mon Sep 17 00:00:00 2001 From: "radim.karnis" Date: Wed, 25 Oct 2023 10:40:49 +0800 Subject: [PATCH] docs(boot_mode_selection): Correct secondary strapping pin boot mode levels Closes https://github.com/espressif/esptool/issues/928 --- docs/en/advanced-topics/boot-mode-selection.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/advanced-topics/boot-mode-selection.rst b/docs/en/advanced-topics/boot-mode-selection.rst index 875025397..62e187b5a 100644 --- a/docs/en/advanced-topics/boot-mode-selection.rst +++ b/docs/en/advanced-topics/boot-mode-selection.rst @@ -80,7 +80,7 @@ This guide explains how to select the boot mode correctly and describes the boot {IDF_TARGET_STRAP_BOOT_2_GPIO} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - .. only:: not esp32c3 + .. only:: esp32 or esp32s2 or esp32s3 {IDF_TARGET_STRAP_BOOT_2_GPIO} must also be either left unconnected/floating, or driven Low, in order to enter the serial bootloader. @@ -241,7 +241,7 @@ Depending on the kind of hardware you have, it may also be possible to manually ``boot:0xNN (DESCRIPTION)`` is the hex value of the strapping pins, as represented in the `GPIO_STRAP register `__. The individual bit values are as follows: - + .. only:: esp32 - ``0x01`` - GPIO5 @@ -308,7 +308,7 @@ Depending on the kind of hardware you have, it may also be possible to manually clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 - + .. only:: not esp32 ::