Boot Problems #23566
storchalberto
started this conversation in
General
Boot Problems
#23566
Replies: 2 comments 4 replies
-
Can you rule out a problem with the power supply? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Can you try your setup without using strapping pins, which in your case are GPIO 12 (must be LOW during boot) and |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a D1 Mini ESP32 ESP-32 WiFi+Bluetooth Internet of Things Development Board based ESP8266 Fully Functional,
connected to a MAX98357A module and a Youmile SD Card Module Micro SD SDHC TF Card Adapter Reader Module
This is my configuration (and connections):
GPIO04 I2S DOUT
GPIO05 I2S BCLK
GPIO12 SPI MISO
GPIO13 SPI CLK
GPIO14 SPI MOSI
GPIO15 SDCArd Select
GPIO16 I2S WS
At the power on or after an HW reset, the device do not start correctly and i see on the serial port continously:
rst:0x1 (POWERON_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
If i disonnect the power of the SDcard reader, and start the system,the device start normally and is capable to,
play audio files, but cannot see the SD card (obviously).
At this time if i reconnect the power of the SDcard reader and do the command Restart 1 on the serial port,
the device start correctly and i can see the sd card and play the files on the sd card.
Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions