makerbase-mks / MKS-TinyBee

MKS TinyBee is a mainboard for 3d printing, based on ESP32 module
GNU General Public License v3.0
109 stars 111 forks source link

Continuous reboot of the TinyBee #82

Closed andre1000 closed 1 year ago

andre1000 commented 1 year ago

Hello together

I have the problem, that the TinyBee will reboot after a short time. My configuration:

The display works - short view of the Marlin Logo WLAN connection to my AP (not in the log) for a very short time

Error message from the serial port:

22:18:22.532 Rebooting...
22:18:22.532 ets Jun  8 2016 00:22:57
22:18:22.535 
22:18:22.535 rst:0xc (SW_CPU_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT)
22:18:22.549 configsip: 0, SPIWP:0xee
22:18:22.550 clk_drv:0x00,q_drv:0x00,d_drv
22:18:22.551 mode:DIO, clock div:2
22:18:22.551 load:0x,len:4
22:18:22.555 load:0x3fff001c,len:1044
22:18:22.556 load:0x40078000,len:8896
22:18:22.556 load:0x40080400,len:5828
22:18:22.558 entry 0x400806ac
22:18:23.036 start
22:18:23.039  Brown out Reset
22:18:23.039  Watchdog Reset
22:18:23.042 Marlin 2.0.9.2
22:18:23.042 echo: Last Updated: 2021‑09‑03 | Author: (none, default config)
22:18:23.047 echo: Compiled: Mar  4 2023
22:18:23.050 echo: Free Memory: 245804  PlannerBufferBytes: 1792
22:18:23.230 echo
[firmware.zip](https://github.com/makerbase-mks/MKS-TinyBee/files/10893092/firmware.zip)
:AP started 
22:18:23.332 echo:192.168.0.1
22:18:23.459 echo:OTA service started
22:18:23.464 echo:HTTP server started
22:18:24.560 Guru Meditation Error: Core  1 panic'ed (LoadProhibited). Exception was unhandled.
22:18:24.566 Core 1 register dump:
22:18:24.571 PC      : 0x400ee3ec  PS      : 0x00060730  A0      : 0x800eed64  A1      : 0x3ffb1e20  
22:18:24.577 A2      : 0x3ffb1e70  A3      : 0x00000000  A4      : 0x00000000  A5      : 0x80000020  
22:18:24.583 A6      : 0x00000008  A7      : 0x00000001  A8      : 0x00000000  A9      : 0x3ffb1f60  
22:18:24.590 A10     : 0x00000000  A11     : 0x00000000  A12     : 0x000000ff  A13     : 0x000000ff  
22:18:24.599 A14     : 0x3ffc3d40  A15     : 0x00000000  SAR     : 0x0000000b  EXCCAUSE: 0x0000001c  
22:18:24.607 EXCVADDR: 0x00000020  LBEG    : 0x4000c46c  LEND    : 0x4000c477  LCOUNT  : 0x00000000  
22:18:24.615 
22:18:24.615 Backtrace: 0x400ee3ec:0x3ffb1e20 0x400eed61:0x3ffb1e40 0x400effae:0x3ffb1ec0 0x400f0553:0x3ffb1ee0 0x400d5ca6:0x3ffb1f00 0x400d5ee3:0x3ffb1f20 0x400d5f09:0x3ffb1f40 0x400eb766:0x3ffb1f60 0x400d4587:0x3ffb1f80 0x401034f3:0x3ffb1fb0 0x40089ce5:0x3ffb1fd0
22:18:24.638 
22:18:24.638 Rebooting...

André

andre1000 commented 1 year ago

Hello I found the problem (not in detail) I changend from the linux system on a chrome book to a windows system, It works. Why? I dont know.