This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7634 - SDHC support
Attached to Project:
Rockbox
Opened by Barry Wardell (barrywardell) - Tuesday, 21 August 2007, 02:49 GMT+2
Last edited by Barry Wardell (barrywardell) - Wednesday, 22 August 2007, 02:33 GMT+2
Opened by Barry Wardell (barrywardell) - Tuesday, 21 August 2007, 02:49 GMT+2
Last edited by Barry Wardell (barrywardell) - Wednesday, 22 August 2007, 02:33 GMT+2
|
DetailsCurrent microSD cards only support sizes up to 2GB. In order to support larger card sizes up to 32GB, support for the SD specification version 2.00 is required (http://66.102.9.104/search?q=cache:lVMIQpGALuUJ:www.sdcard.org/sd_memorycard/Simplified%2520Physical%2520Layer%2520Specification.PDF+http://www.sdcard.org/sd_memorycard/Simplified%2520Physical%2520Layer%2520Specification.PDF&hl=en&ct=clnk&cd=1&gl=uk&client=firefox-a). This patch should add support for these microSD High Capacity cards, while maintaining backwards compatibility with older microSD cards.
Disclaimer: I've based this patch entirely on reading the SD specification version 2.00. It hasn't been tested on an e200 yet, so since it meddles with the disk access, if I've made a mistake somewhere it could lead to data loss both from the SD card and the e200's internal memory. |
This task depends upon
Closed by Barry Wardell (barrywardell)
Wednesday, 22 August 2007, 02:33 GMT+2
Reason for closing: Accepted
Wednesday, 22 August 2007, 02:33 GMT+2
Reason for closing: Accepted
After applying the patch with today's svn code, I get the following error though: "ATA error: -219 Press ON to debug" and then a lot of numbers when I press the menue button.
My 4GB SanDisk microSDHC card is readable with this patch on my Sansa e280.
It shows up as a <microSD1> folder in the root directory and I am able to browse and play songs from it.
I can also use Rockbox to copy/paste between the SDHC card and the internal memory or rename/delete files.
Cut/Paste between the card and the internal memory gives a "failed" error message but it still works.
Thank you so much!
The cut/paste bug is a separate issue that had gone unnoticed. I've committed a fix to SVN.
I'm not sure about the stkov problem, but I'm guessing that's a separate problem too.