I have an ESP32-CAM board with a microSD card attached (8GB). In my setup function I create a directory. In loop the ESP32-CAM takes images and stores in the directory. The code successfully creates the directory and captures one image inside the directory. However, when the loop function runs the second time, I get the following errors:
E (8526) sdmmc_cmd: sdmmc_read_sectors_dma: sdmmc_send_cmd returned 0xffffffff
E (8531) diskio_sdmmc: sdmmc_read_blocks failed (-1)
E (9536) sdmmc_req: sdmmc_host_wait_for_event returned 0x107
E (9536) sdmmc_cmd: sdmmc_read_sectors_dma: sdmmc_send_cmd returned 0x107
E (9537) diskio_sdmmc: sdmmc_read_blocks failed (263)
User contributions licensed under CC BY-SA 3.0