Open roobixx opened 9 months ago
I managed to get the firmware compiled use Arduino 1.8.19 and uploaded the data as instructed but when restarting the device, the ESP32 goes into a reboot loop with the following error.
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:1 load:0x3fff0030,len:1344 load:0x40078000,len:13964 load:0x40080400,len:3600 entry 0x400805f0 Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. Core 1 register dump: PC : 0x400925fc PS : 0x00060a33 A0 : 0x800931aa A1 : 0x3ffcb880 A2 : 0x3f800014 A3 : 0xffffffff A4 : 0xfffffffc A5 : 0x00060e23 A6 : 0x00060e20 A7 : 0x00000001 A8 : 0x0000001f A9 : 0x0000000f A10 : 0xc05816f0 A11 : 0x00000110 A12 : 0x3f800038 A13 : 0x3f800078 A14 : 0x00060a23 A15 : 0x00000000 SAR : 0x0000001d EXCCAUSE: 0x0000001c EXCVADDR: 0x00000003 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000 Backtrace: 0x400925f9:0x3ffcb880 0x400931a7:0x3ffcb8a0 0x40093318:0x3ffcb8c0 0x40084230:0x3ffcb8e0 0x4008445f:0x3ffcb910 0x400eaced:0x3ffcb930 0x400e5511:0x3ffcb980 0x400e37fb:0x3ffcb9e0 0x400d5d6c:0x3ffcba30 0x400e4bce:0x3ffcba60
Should be fixed in this branch: https://github.com/MySatKit/MySatKit-Firmware/tree/MySat-version-1.5 Please use new updated library package
I managed to get the firmware compiled use Arduino 1.8.19 and uploaded the data as instructed but when restarting the device, the ESP32 goes into a reboot loop with the following error.