MMC_CMD_ALL_SEND_CID;/* cmd not supported in spi */cmd.resp_type = MMC_RSP_R2; cmd.cmdarg =0; cmd.flags =0; err =mmc_send_cmd(mmc, &cmd,NULL);if(err){ mmcinfo("mmc %d Put the Card in Identify Mode failed\n",mmc->control_num);returnerr; }memcpy(mmc->cid, cmd.response...
Does the MMC clock dependent on the DDR PLL clock? (should not be?). Can the timeout be triggered because it is slower to move data from MMC to the DDR3? The 1st stage u-boot (MLO) is sending: mmc_send_cmd: timedout waiting for cmddis! ** Can't read from device 0 ** ** ...
We have an application where we are heavily dependent on data + logging on the sd card. The device would run fine most of the time, and occasionally we would get a sdmmc_read_sectors_dma: sdmmc_send_cmd returned 0x107. These errors are annoying because the tasks inside the framework w...
Booting from USDHC-4, MMC device 1Normal BootAutoboot in 1 seconds.## Error: "checkLogo" not definedswitch to partitions #0, OKmmc1(part 0) is current devicemmc fail to send stop cmd*** ERROR: Can't read GPT Entries ***GPT: Failed to allocate memory for PT...
So we modified the u-boot and we are getting the mmc_send_cmd: timedout waiting for cmddis! error. The 1st stage of the u-boot (MLO) is loaded successfuly and run. But looks like the 2nd stage of the u-boot can't get loaded. ...