meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.32k stars 804 forks source link

[Bug]: EPS32 OTA is Broken #4739

Open rcarteraz opened 3 days ago

rcarteraz commented 3 days ago

Category

BLE, Other

Hardware

Not Applicable

Firmware Version

All Recent

Description

ESP32 OTA mode is broken. You can reboot into OTA mode however it automatically reboots within 15 seconds. Logs aren't really saying why. Every ESP32 device I've tried has failed.

Relevant log output

WARNING file:mesh_interface.py _sendToRadio line:875 Not sending packet because protocol use is disabled by noProto
Connected to radio
DEBUG | ??:??:?? 22 [Power] Battery: usbPower=1, isCharging=1, batMv=2871, batPct=0
INFO  | ??:??:?? 22 Rebooting
ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13232
load:0x40080400,len:3028
entry 0x400805e4
E (839) esp_core_dump_flash: No core dump?????????found!
E (839) esp_core_dump_flash: No core dump partition found!
[    11][D][esp32-hal-cpu.c:244] setCpuFrequencyMhz(): PLL: 480 / 2 = 240 Mhz, APB: 80000000 Hz
[   474][I][esp32-hal-psram.c:96] psramInit(): PSRAM enabled
WARNING file:mesh_interface.py _sendToRadio line:875 Not sending packet because protocol use is disabled by noProto
INFO  | ??:??:?? 0
caveman99 commented 3 days ago

i literally started to bring this back in line a few hours back. see https://github.com/meshtastic/firmware-ota/commit/87f0f2f41bbbe446db1c2bba48c30eb3469a97cb

rcarteraz commented 3 days ago

i literally started to bring this back in line a few hours back. see meshtastic/firmware-ota@87f0f2f

Serendipitous!