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 ** ** ...
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 PTE...
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 ** ** ...