From c8d304ff561d21905430cc38afda73904dfd3f18 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sun, 23 Feb 2020 15:40:27 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f64f5c99..eed79d09 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,11 @@ python ${IDF_PATH}/components/esptool_py/esptool/esptool.py --chip esp32 --port make monitor ``` + +You can also manually download the recovery & initial boot +``` +python ${IDF_PATH}/components/esptool_py/esptool/esptool.py --chip esp32 --port ${ESPPORT} --baud ${ESPBAUD} --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xd000 ./build/ota_data_initial.bin 0x1000 ./build/bootloader/bootloader.bin 0x10000 ./build/recovery.bin 0x8000 ./build/partitions.bin +``` # Configuration 1/ setup WiFi