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

Any kind of guru meditation error (like the framebuffer crashes) kills micropython until I physically unplug the SD card adapter #5

Open
scumola opened this issue Mar 1, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@scumola
Copy link

scumola commented Mar 1, 2022

Any kind of guru meditation error (like the framebuffer crashes in issue #4 ) kills micropython and makes it unresponsive even with multiple power cycles until I physically unplug the SD card adapter and reboot the board.

To reproduce, get a working SD card that's mountable, create a SKIPSD file in / so it doesn't try to boot off of the SD card, then cause a guru meditation error (kernel panic) like I was getting in issue #4 . Reboots will fail, including pulling the battery and USB power until the SD card adapter is unplugged from the board.

@scumola
Copy link
Author

scumola commented Mar 11, 2022

Confirmed that if/when the board crashes (even with the demo app written in C), if the SD card is inserted, the board will not boot even if/when power-cycled. The SD card is pretty much useless.

@lbuque lbuque added the help wanted Extra attention is needed label Apr 2, 2022
@gddeen
Copy link

gddeen commented Sep 20, 2022

More than likely, the cs line, if you are using SPI is already taken. The LILYGO T5 4.7 EPD I think only has 1 free pin.
So, keep trying pins until it works. The PSRAM requires pins, etc. Map out all your hardware and what pins are controlling them. If you see hardware that magically runs with no pins, try again.
I hope this helps...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants