Working AT command project worked, now not working

RollingRocker
Posts: 16
Joined: Tue Feb 09, 2021 10:45 pm

Working AT command project worked, now not working

Postby RollingRocker » Mon Mar 13, 2023 9:32 pm

My ESP32 WROOM is no longer running the AT command project... and I haven't touched the code.

I can compile it and flash it fine, and when the ESP32 reboots, i get this, and the board will not respond to AT commands...

See below, looks like instead of running the AT command set, it is running @ 0x100000, and there isn't a valid application there.



Code: Select all

rst:0x1 (POWERON_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:7664
load:0x40078000,len:16432
load:0x40080400,len:3716
entry 0x40080680
[1B][0;32mI (27) boot: ESP-IDF v4.3.2-553-g588436db47 2nd stage bootloader[1B][0m
[1B][0;32mI (27) boot: compile time 17:30:23[1B][0m
[1B][0;32mI (27) boot: chip revision: 1[1B][0m
[1B][0;32mI (31) boot_comm: chip revision: 1, min. bootloader chip revision: 0[1B][0m
[1B][0;32mI (38) boot.esp32: SPI Speed      : 40MHz[1B][0m
[1B][0;32mI (42) boot.esp32: SPI Mode       : DIO[1B][0m
[1B][0;32mI (47) boot.esp32: SPI Flash Size : 4MB[1B][0m
[1B][0;32mI (51) boot: Enabling RNG early entropy source...[1B][0m
[1B][0;32mI (57) boot: Partition Table:[1B][0m
[1B][0;32mI (60) boot: ## Label            Usage          Type ST Offset   Length[1B][0m
[1B][0;32mI (68) boot:  0 phy_init         RF data          01 01 0000f000 00001000[1B][0m
[1B][0;32mI (75) boot:  1 otadata          OTA data         01 00 00010000 00002000[1B][0m
[1B][0;32mI (83) boot:  2 nvs              WiFi data        01 02 00012000 0000e000[1B][0m
[b][1B][0;32mI (90) boot:  3 at_customize     unknown          40 00 00020000 000e0000[1B][0m[/b]
[1B][0;32mI (98) boot:  4 ota_0            OTA app          00 10 00100000 00180000[1B][0m
[1B][0;32mI (105) boot:  5 ota_1            OTA app          00 11 00280000 00180000[1B][0m
[1B][0;32mI (113) boot: End of partition table[1B][0m
[b][1B][0;32mI (117) boot: No factory image, trying OTA 0[1B][0m[/b]
[1B][0;32mI (122) boot_comm: chip revision: 1, min. application chip revision: 0[1B][0m
[1B][0;32mI (129) esp_image: segment 0: paddr=00100020 vaddr=3f400020 size=60578h (394616) map[1B][0m
[1B][0;32mI (280) esp_image: segment 1: paddr=001605a0 vaddr=3ffbdb60 size=03bfch ( 15356) load[1B][0m
[1B][0;32mI (287) esp_image: segment 2: paddr=001641a4 vaddr=40080000 size=0be74h ( 48756) load[1B][0m
[1B][0;32mI (307) esp_image: segment 3: paddr=00170020 vaddr=400d0020 size=a3fc0h (671680) map[1B][0m
[1B][0;32mI (550) esp_image: segment 4: paddr=00213fe8 vaddr=4008be74 size=0a884h ( 43140) load[1B][0m
[1B][0;32mI (568) esp_image: segment 5: paddr=0021e874 vaddr=400c0000 size=00064h (   100) load[1B][0m
[1B][0;32mI (569) esp_image: segment 6: paddr=0021e8e0 vaddr=50000000 size=00014h (    20) load[1B][0m
[b][1B][0;32mI (585) boot: Loaded app from partition at offset 0x100000[1B][0m[/b]
[1B][0;32mI (642) boot: Set actual ota_seq=1 in otadata[0][1B][0m
[1B][0;32mI (642) boot: Disabling RNG early entropy source...[1B][0m
module_name:WROOM-32

max tx power=78,ret=0

2.4.0


ESP_Sun
Posts: 320
Joined: Thu Dec 30, 2021 9:52 am

Re: Working AT command project worked, now not working

Postby ESP_Sun » Wed Mar 15, 2023 2:45 am

Hi,

" [1B] [0; 32mI (117) boot: No factory image, trying OTA 0 [1B] [0m " looks like ota_ There is a problem with the 0 partition. You can directly burn the AT release version to see if there is a problem.
release version: https://docs.espressif.com/projects/esp ... d-firmware

Who is online

Users browsing this forum: No registered users and 46 guests