Hello,
I have been trying for a while to install OMG on a WT32-ETH01 with the CC1101 antenna following the instructions from the following post:
I added the environment: esp32dev-multi_receiver-eth01
Then I modified the pins in the Config_RF files and in the ELECHOUSE file.
The upload seems to be going well
However, I am getting the following error with a board that continuously reboots with the following message:
ELF file SHA256: c8d224ce537780b8
E (589) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0
Rebooting...
ets Jun 8 2016 00:22:57
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:1
load:0x3fff0030,len:1344
load:0x40078000,len:13924
ho 0 tail 12 room 4
load:0x40080400,len:3600
entry 0x400805f0
Guru Meditation Error: Core 0 panic'ed (LoadStoreError). Exception was unhandled.
Core 0 register dump:
PC : 0x40126968 PS : 0x00060930 A0 : 0x8012d30c A1 : 0x3ffe3b30
A2 : 0x3f4188b0 A3 : 0x3f420b24 A4 : 0x00000004 A5 : 0x00060f23
A6 : 0x00060f20 A7 : 0x00000001 A8 : 0x80126968 A9 : 0x3ffe3b10
A10 : 0x3ffbb228 A11 : 0xfffc1fff A12 : 0x00060f20 A13 : 0x00060f23
A14 : 0x007becb8 A15 : 0x003fffff SAR : 0x00000018 EXCCAUSE: 0x00000003
EXCVADDR: 0x3f4188b0 LBEG : 0x4008aadd LEND : 0x4008aaed LCOUNT : 0xfffffffe
Backtrace: 0x40126965:0x3ffe3b30 0x4012d309:0x3ffe3b50 0x40126918:0x3ffe3b70 0x40124fae:0x3ffe3b90 0x40125379:0x3ffe3bb0 0x400e4601:0x3ffe3bd0 0x4014478f:0x3ffe3c10 0x4008321a:0x3ffe3c40 0x40079276:0x3ffe3c90 |<-CORRUPTED
I tried setting up a personal environment, but being new to PlatformIO, I am encountering errors that I cannot resolve.
Could you confirm whether the data provided in the original post is still valid for version 1.7.0?
Thank you for your help