E (832) vfs_fat_sdmmc: sdmmc_card_init failed (0x107). E (832) SD_FLASH: [../components/sd_flash/sd_flash.c:141] Failed to initialize the card (ESP_ERR_TIMEOUT). Make sure SD card lines have pull-up resistors in place. E (832) DataReupload: [../main/data_reupload/data_...
staticintinit_mmc_for_env(struct mmc *mmc){if(!mmc) {puts("No MMC card found\n");return-1; }if(mmc_init(mmc)) {puts("MMC init failed\n");return-1; }#ifdefCONFIG_SYS_MMC_ENV_PARTif(CONFIG_SYS_MMC_ENV_PART != mmc->part_num) {intmmc_env_devno = mmc_get_env_devno();i...
[ 3.148060] mmc1: MAN_BKOPS_EN bit is not set [ 3.155733] mmc1: new high speed MMC card at address 0001 [ 3.164342] mmcblk1: mmc1:0001 4FPD3R 3.64 GiB [ 3.172495] input: tca8418 as /devices/platform/ocp/4802a000.i2c/i2c-1/1-0034/input/input0 [ 3.184...
LCD_DisplayStringLine(LCD_LINE_8, (uint8_t*)" Please insert SD Card. ");while(SD_Detect() == SD_NOT_PRESENT) { } }/* FAT Initialization */do{/* SDCARD Initialisation */error = Storage_Init(); }while((error !=0) && (counter-- !=0));/* SD Card not formatted */if(counte...