-
Notifications
You must be signed in to change notification settings - Fork 676
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
SD card init failed #3459
Comments
Additional Info... |
It looks like an external 10k pullup is missing. There should be five pullups, but only four can be seen in the pictures. |
Hi and thank you for your support. `ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ================ Start app_main ================= |
Do you have a wiring diagram for the board to see if the pinouts even match, I couldn't quickly find one online. |
It looks like the gpios are assigned differently, since I found several for the same board and I don't know which one is right, you have to contact the seller or find out by trying around^^ |
I tried the version fron above, but still the same error. In the meandtime I asked the seller to provide a wiring diagram but I also found this thread: https://community.home-assistant.io/t/esp32-camera-ov5640/507409 |
Additional Information: |
Still no success.. Tried with three 8GB cards.. :( `ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ================ Start app_main ================= |
https://github.com/SybexX/AI-on-the-edge-device/actions/runs/12537536722 It's about these GPIOs, either something doesn't fit or because the IP5306 is connected to the two GPIOs. https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/error-codes.html |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
The Problem
I try to install the AI on the Edge Software on my ESP 32. Sadly I always have a problem with die ini-process of the SD Card, ends up in "SD card init failed. Check if SD card is properly inserted into SD card slot or try another card"
I tried 3 different SD Cards, all with 8GB. All formated as FAT32, one partition. I also checked to Note here:
https://jomjol.github.io/AI-on-the-edge-device-docs/Installation/
And followed the discussion here: #2858
I tried manual installation of [16.0.0-RC5], [15.7.0] and [15.4.0] as also the automated installation of 15.7.0....
What can I do?
Version
15.7.0
Logfile
Expected Behavior
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: