Luca_Guazzaroni wrote:Hi Rudi! Sorry for being late.
The SDK`s configuration that i was using was correct. The problem was that i used the Flash download tool, an somehow the phy_init was never validated when esp32 start running.
i tought that was a memory erase/write at download time, so i executed the command
make erase_flash
then upload the firmware an works perfect
thank you for the help!
thank you for feedback
i test just in time the actually things
make erase_flash
help me not
i get the same rebooting guru
if i use BT in the menuconfig it helps not again ( this have done the job erase )
must look deeper
- confirm.png (19.59 KiB) Viewed 15744 times
this make me thinking:
/c/at_2036/esp32-at/sdkconfig:85
symbol value '' invalid for PHY_DATA_OFFSET
update:
E (1825) wifi: esp_wifi_set_storage 1231 wifi is not init<\r><\n>
E (1831) wifi: invalid magic number 2, call WIFI_INIT_CONFIG_DEFAULT to init config<\r><\n>
E (1838) wifi: wifi_init 1230 ret=258<\r><\n>
assertion "0 && "esp_wifi_init(&cfg)"" failed: file "/home/xcg/workspace/esp_iot_at/esp-at-application/components/esp-at-core/./at_port.c", line 560, function: initialise_wifi<\r><\n>
abort() was called at PC 0x400f7757<\r><\n>
Guru Meditation Error: Core 0 panic'ed (abort)<\r><\n>
update:
cause the file:
/home/xcg/workspace/esp_iot_at/esp-at-application/components/esp-at-core/./at_port.c
is on the espressif developer pc, and AT is in the lib, we can not patch it.
we must wait for the support/patch from espressif developer "xcg"
perhabs it will be better, AT Lib goes open!
this closed things to libs is not good in open source and for debug!
you have to go back to the preview version of IDF SDK <7eaf1c76dc281c37075f8a8dac34cc3e09669f59> which it runs
sry for this
best wishes
rudi
ps
https://github.com/espressif/esp32-at/issues/6
espressif will fix asap
append:
Interesting, that there are magic numbers in the key
of which we have not yet known, or are in knowledge
E (1826) wifi: esp_wifi_set_storage 1231 wifi is not init<\r><\n>
W (1832) wifi: wifi nvs_open fail ret=4353<\r><\n>
<\r><\n>
E (1835) wifi: wifi_init 1191 ret=4353<\r><\n>
assertion "0 && "esp_wifi_init(&cfg)"" failed: file "/home/xcg/workspace/esp_iot_at/esp-at-application/components/esp-at-core/./at_port.c", line 560, function: initialise_wifi<\r><\n>
abort() was called at PC 0x400f7367<\r><\n>
Guru Meditation Error: Core 0 panic'ed (abort)<\r><\n>