Thank You for your continued support and contributions!
Wow, seems to work now! Using r29205.
I have still the problem described before with r29205. I will try the patch from FS#11870 now.
Quote from: knopfsocke on February 12, 2011, 03:58:06 PMI have still the problem described before with r29205. I will try the patch from FS#11870 now.Applying the path from FS#11870 solved my problem with a fuze v1 and a 16gb sandisk microsd card.does nobody have similar problems? it seams nothing happens with this issue.
svn diff firmware/target/arm/as3525/sd-as3525.cIndex: firmware/target/arm/as3525/sd-as3525.c===================================================================--- firmware/target/arm/as3525/sd-as3525.c (revision 29466)+++ firmware/target/arm/as3525/sd-as3525.c (working copy)@@ -351,6 +351,8 @@ return -7; mci_delay(); + udelay(100000); /* 100ms */+ /* go back to STBY state so we can read csd */ /* CMD7 w/rca=0: Deselect card to put it in STBY state */ if(!send_cmd(drive, SD_DESELECT_CARD, 0, MCI_NO_RESP, NULL))
Fuze V1 is correct. I am not familiar with the rockbox code, but I added the 100ms delay to the file "sd-as3535.c" in hope to get an effect to the fuze v1. is that correct?
Is this a general problem for big SD-cards or are only Fuze 1 and 2 devices affected?
"Sorry, seems using HS timings makes it a bit touchier. I've got the response timeout disabled and it exhibits the same behavior as before with this patch."
16gb SD card not showing up in the RB version downloaded yesterday. It worked fine with the OF. Is there a solution to this problem?
Page created in 0.064 seconds with 16 queries.