Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guru Meditation Error: Core 0 panic'ed (Cache disabled but cached memory region accessed) #26

Open
SergiuToporjinschi opened this issue Jan 31, 2018 · 1 comment

Comments

@SergiuToporjinschi
Copy link

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?

@m2030
Copy link

m2030 commented May 2, 2018

Try to upload file using serial terminal by
File.open("yourfilename.lua","w")
File.write('your file text content except any single\ '')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants