uSD failure #48
Replies: 2 comments
-
I soldered on the last of the switches, and loaded both firmware and image 1.11.0. I checked for continuity from the ESP32 to the uSD socket, and checked for bridged pins. The only thing I can't do is check for broken or bent internal contacts. I looked under a stereoscopic microscope as best I could. The contacts appear to be ok. Below is the error I get now: ` rst:0x1 (POWERON_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) Do I need to completely desolder and replace the SD socket? |
Beta Was this translation helpful? Give feedback.
-
I found and fixed the problem. My resistor network was faulty. I replaced it with a new one, and now I have blinky lights! |
Beta Was this translation helpful? Give feedback.
-
I'm getting the following error at startup:
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
configsip: 188777542, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:4492
load:0x40078000,len:13324
ho 0 tail 12 room 4
load:0x40080400,len:3796
entry 0x40080624
I (359) psram: This chip is ESP32-PICO
I (360) spiram: Found 64MBit SPI RAM device
I (360) spiram: SPI RAM mode: flash 80m sram 80m
I (363) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (370) cpu_start: Pro cpu up.
I (374) cpu_start: Application information:
I (379) cpu_start: Project name: imsaisim_esp32
I (384) cpu_start: App version: v1.11.0
I (389) cpu_start: Compile time: Mar 19 2023 00:37:52
I (395) cpu_start: ELF file SHA256: ea07ca307884de9c...
I (401) cpu_start: ESP-IDF: v4.0.2-5-ged96bbd56c
I (407) cpu_start: Starting app cpu, entry point is 0x40081d10
I (0) cpu_start: App cpu up.
I (904) spiram: SPI SRAM memory test OK
I (939) heap_init: Initializing. RAM available for dynamic allocation:
I (939) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (941) heap_init: At 3FFC7260 len 00018DA0 (99 KiB): DRAM
I (947) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (953) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (960) heap_init: At 4009EF78 len 00001088 (4 KiB): IRAM
I (966) cpu_start: Pro cpu start user code
I (971) spiram: Adding pool of 3621K of external SPI memory to heap allocator
I (991) spi_flash: detected chip: gd
I (991) spi_flash: flash io: qio
I (992) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (1023) nvs: Reading settings from NVS
I (1024) nvs: settings = 00000000
I (1024) esp32_boot: Log Level set to NONE
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! The uSD tests appear to have FAILED.
!
! Please take note of the above message(s) and review the state of the
! uSD card and/or your soldering.
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Is there an SD card image somewhere that I can download and reload?
Beta Was this translation helpful? Give feedback.
All reactions