luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.76k stars 466 forks source link

file upload always rejected #962

Closed ghost closed 10 months ago

ghost commented 12 months ago

SD-files on card not shown, upload new files gets rejected after showing progress bar.

I have formatted the sd card with fat32. I am using an ESP32-CAM board. I have run a script that reads, writes, appends data to the sd card and it reported file actions as successful. I have created a test.txt file on the SD-card.

Using the ESP3D web view the SD card is shown as empty (the file test.txt is not shown) Trying to upload a gcode file always gets rejected with error 12, sometimes immediately, somtimes after showing a partial progress bar.

ESP3D Firmware: 2.1.3b0

Target Firmware: Marlin

Board Name: ESP32-CAM

Error on console:

11:29:15.819 -> M117 SD upload failed 11:29:17.819 -> Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. 11:29:17.819 -> Core 1 register dump: 11:29:17.819 -> PC : 0x400e1744 PS : 0x00060430 A0 : 0x800e1820 A1 : 0x3ffb1ad0
11:29:17.819 -> A2 : 0x00000000 A3 : 0x3ffb1b1f A4 : 0x00000001 A5 : 0x00000001
11:29:17.819 -> A6 : 0x00000001 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x00000000
11:29:17.852 -> A10 : 0x3ffd21d8 A11 : 0x00000000 A12 : 0x3ffc1b4c A13 : 0x3ffc74b8
11:29:17.852 -> A14 : 0x3ffc1b40 A15 : 0x3ffc74b8 SAR : 0x0000000a EXCCAUSE: 0x0000001c
11:29:17.852 -> EXCVADDR: 0x00000008 LBEG : 0x4008c149 LEND : 0x4008c159 LCOUNT : 0xffffffff
11:29:17.852 -> 11:29:17.852 -> ELF file SHA256: 0000000000000000 11:29:17.883 -> 11:29:17.883 -> Backtrace: 0x400e1744:0x3ffb1ad0 0x400e181d:0x3ffb1af0 0x4018cc9d:0x3ffb1b10 0x400e3c41:0x3ffb1b40 0x400e4861:0x3ffb1b60 0x400e5759:0x3ffb1d60 0x400e6e79:0x3ffb1f20 0x400d82d9:0x3ffb1f70 0x400d833a:0x3ffb1f90 0x400ede08:0x3ffb1fb0 0x4008dde6:0x3ffb1fd0 11:29:17.883 -> 11:29:17.883 -> Rebooting...

github-actions[bot] commented 10 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.