Open SergiuToporjinschi opened 6 years ago
Hi, I'm quite new in using/flashing ESP32. I've flashed the bin file from LuaNode_Esp32/firmware/ on my ESP32 dev-board. using ESPlorer I'm trying to add a new lua file and I'm getting this error: ` file.remove("script.lua");
Guru Meditation Error: Core 0 panic'ed (Cache disabled but cached memory region accessed) Register dump: PC : 0x40130c50 PS : 0x00050034 A0 : 0x00040021 A1 : 0x3ffb0600 A2 : 0x00000100 A3 : 0x3ffb0630 A4 : 0x40081c94 A5 : 0x00116000 A6 : 0x00000000 A7 : 0x3ffb6754 A8 : 0x00000000 A9 : 0x40085fc8 A10 : 0x00116000 A11 : 0x00000100 A12 : 0x40081c51 A13 : 0x00000001 A14 : 0x00000aaa A15 : 0x3ffbb510 SAR : 0x0000001e EXCCAUSE: 0x00000007 EXCVADDR: 0x00000000 LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00000000
Backtrace: 0x40130c50:0x3ffb0600 0x00040021:0x00000000
Rebooting... ets Jun 8 2016 00:22:57
rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ` any suggestion?
Try to upload file using serial terminal by File.open("yourfilename.lua","w") File.write('your file text content except any single\ '')
Hi, I'm quite new in using/flashing ESP32. I've flashed the bin file from LuaNode_Esp32/firmware/ on my ESP32 dev-board. using ESPlorer I'm trying to add a new lua file and I'm getting this error: ` file.remove("script.lua");
Guru Meditation Error: Core 0 panic'ed (Cache disabled but cached memory region accessed) Register dump: PC : 0x40130c50 PS : 0x00050034 A0 : 0x00040021 A1 : 0x3ffb0600
A2 : 0x00000100 A3 : 0x3ffb0630 A4 : 0x40081c94 A5 : 0x00116000
A6 : 0x00000000 A7 : 0x3ffb6754 A8 : 0x00000000 A9 : 0x40085fc8
A10 : 0x00116000 A11 : 0x00000100 A12 : 0x40081c51 A13 : 0x00000001
A14 : 0x00000aaa A15 : 0x3ffbb510 SAR : 0x0000001e EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00000000
Backtrace: 0x40130c50:0x3ffb0600 0x00040021:0x00000000
Rebooting... ets Jun 8 2016 00:22:57
rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ` any suggestion?