I've got a ESP32-S3-BOX-Lite - and have been doing some coding for a project. Unfortunately, I think I screwed it up with a piece of code - and it now isn't working properly. I have tried to download the firmware using the flash_download tool but get an error as follows; ...
* [Factory Bin](./factory/bin/ESP32-S3-LCD-EV-Board-2_fac_v0_5_0.bin) for ESP32-S3-LCD-EV-Board-2 (Subboard3 800x480) * [Factory Bin](https://dl.espressif.com/AE/esp-dev-kits/86box_demo-esp32-s3-lcd-ev-board-esp32s3-v5.1.bin) for ESP32-S3-LCD-EV-Board (Subboard2...
ESP32-S3-BOX-3, a main unit that can work on its own ESP32-S3-BOX-3-DOCK, a functional accessory serving as a stand for the main box ESP32-S3-BOX-3-SENSOR, a functional accessory showcasing sensor applications ESP32-S3-BOX-3-BRACKET, an adapter accessory for mounting the main box...
Reset BLE security parameters during initialization (#13869) (54da445) Fixed BLE security vulnerability when using fixed local IRK. (43af0fb) Display BLE controller initial status for ESP32 and ESP32-C3/ESP32-S3 (705c21d) Fixed BLE build failure when enabling dynamic memory with BLE 5.0 (...
Environment Development Kit: ESP32-S3-DevKit-C-1 Kit version (for WroverKit/PicoKit/DevKitC): v1 Module or chip used: ESP32-S3-WROOM-1 IDF version (run git describe --tags to find it): v5.0-dev-4001-g495d35949d Build System: CMake Compil...
W (22) boot.esp32s3: eFuse virtual mode is enabled. If Secure boot or Flash encryption is enabled then it does not provide any security. FOR TESTING ONLY! W (29) efuse: [Virtual] Loading virtual efuse blocks from real efuses
- if: IDF_VERSION_MAJOR < 5 and CONFIG_NAME in ["esp32_c3_lcdkit", "esp32_s3_lcd_ev_board", "esp32_s3_usb_otg"] - if: IDF_VERSION_MAJOR < 5 and CONFIG_NAME in ["esp32_c3_lcdkit", "esp32_s3_lcd_ev_board", "esp32_s3_usb_otg", "m5stack_core_s3"]reason...
esp_hw_support: Reduced power consumption of some ESP32-S3 chips (763e369) MCPWM: Support keeping the GPIO configuration when deleting the MCPWM capture channel (#10327) MCPWM: Support configure MCPWM generator actions one by one, without using variable length argument lists (#10449) (3f68b...
"symbol-file D:/Dropbox/DATA/DEVELOPMENT/ESP32C3/blink/build/blink.elf", "mon reset halt", "flushregs", "thb app_main" ], "env": { "CUSTOM_ENV_VAR": "SOME_VALUE" } } ] } Expected behavior Debugging of flashed program.
on a clean install of esp-idf 5.0.1 windows I get this error of the esp-box factory demo example. If I apply the patch above and flash the esp32-s3 box and sample will be stuck in a reboot loop panicking on some bluetooth code. should I remove CONFIG_ESP_ALLOW_BSS_SEG_EXTERNAL_ME...