Jason2866
Jason2866
@thiagogba We create verified working combined firmwares (the are needed for the [webflasher](https://tasmota.github.io/install/)). It is a python script which is integrated in platformio setup of our project. Maybe it helps...
@jameszah Yes, it is the same since in both cases the flashed firmware does not have valid values for flash mode, flash size and flash frequency in the magic bytes...
> `23:28:30.382 -> mode:QIO, clock div:2` Clearly is a sign for a invalid or wrong flashed firmware. A device can not start in mode `qio`. Boot start flash mode has...
@VojtechBartoska Not a bug, this issue is more a feature request for a menu entry to create a merged "factory" firmware which can easily flashed with esptool or a new...
Your flash mode for OPI flash is not (wrong?) set. ``` For OPI Flash, Use Default Flash Boot Mode ``` So writing to flash is not working correctly. Typical issue...
@tablatronix Try this. I get a working AP with your test sketch (without the workaround). Latest IDF and Arduino. ``` [env:esp32-c3-devkitm-1] platform = https://github.com/jason2866/platform-espressif32.git#Tasmota/205 platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/996/framework-arduinoespressif32-IDF_Arduino-cd58a68f7.zip board...
@SuGlider We do it this way for Tasmota and devices which "just" uses the CDC. Or to be more correct the USB/JTAG mode. Works like a charm. First time only...
True, so i didnt get your problem. I thought it is to flash and run (after flash) the programmed firmware on the C3. If connected again to programm the device...
Great you found a way you get it going! One thing is unclear for me, how can esptool.py check if a `define usb_jtag_serial` is set or not? Where is this...