From 47ac574387d0d292aafb9462ab855af294451dea Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Thu, 10 Jan 2019 09:04:22 +0000 Subject: [PATCH] Update Flashing the Production PCB via USB serial port --- Flashing-the-Production-PCB-via-USB-serial-port.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flashing-the-Production-PCB-via-USB-serial-port.md b/Flashing-the-Production-PCB-via-USB-serial-port.md index 755ed16..10255fc 100644 --- a/Flashing-the-Production-PCB-via-USB-serial-port.md +++ b/Flashing-the-Production-PCB-via-USB-serial-port.md @@ -18,6 +18,8 @@ The ESP32 processor needs to be prepared for bootloading by following the follow 1. Release the EN button. 1. Release the BOOT button. +The above sequence can be performed at any time prior to the upload. It does not need to happen at the moment the upload is being attempted. The ESP32 will simply wait in the bootloader until triggered by ESPtool. + If a serial debug session is active, the following message should then appear: ``` rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2)) @@ -28,8 +30,6 @@ Bootloading will fail if the serial debug session remains active. ESPtool will be unable to use the occupied serial port. Ensure the serial debug session is closed before the upload takes place. -The above sequence can be performed at any time prior to the upload. It does not need to happen at the moment the upload is being attempted. The ESP32 will simply wait in the bootloader until triggered by ESPtool. - ### Upload After completion of code compilation, the Arduino environment automatically launches ESPtool.exe to upload the generated binary file to the ESP32. An example (automatic) sequence follows: