Index: firmware/target/arm/as3525/sd-as3525v2.c =================================================================== --- firmware/target/arm/as3525/sd-as3525v2.c (revision 28814) +++ firmware/target/arm/as3525/sd-as3525v2.c (working copy) @@ -571,6 +571,8 @@ MCI_RESP|MCI_LONG_RESP, card_info[drive].csd)) return -11; + mci_delay(); + sd_parse_csd(&card_info[drive]); if(drive == INTERNAL_AS3525) /* The OF is stored in the first blocks */