This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8644 - Make Rockbox work with CF modded devices
Attached to Project:
Rockbox
Opened by Peter D'Hoye (petur) - Monday, 25 February 2008, 23:47 GMT+2
Last edited by Peter D'Hoye (petur) - Sunday, 09 March 2008, 14:25 GMT+2
Opened by Peter D'Hoye (petur) - Monday, 25 February 2008, 23:47 GMT+2
Last edited by Peter D'Hoye (petur) - Sunday, 09 March 2008, 14:25 GMT+2
|
DetailsProposal to make rockbox work on targets with CF cards (modded)
Assumes identify[0] == 0x044A as CF detection Also changes some minor stuff that I think was wrong. The important change for CF: - don't set powermanagement - don't perform perform_soft_reset() |
This task depends upon
Closed by Peter D'Hoye (petur)
Sunday, 09 March 2008, 14:25 GMT+2
Reason for closing: Accepted
Additional comments about closing: committed!
Sunday, 09 March 2008, 14:25 GMT+2
Reason for closing: Accepted
Additional comments about closing: committed!
044A - CF Transcend 133x 2GB (magmaniac)
044A - CF A-Data 266x 8GB (petur)
044A - iPod nano (amiconn)
0040 - HD MK8007GAH, iriver H180 (amiconn)
0040 - HD MK2004GAL, iriver H120 (magmaniac)
0C5A - HD ST660211, iriver H10 (amiconn)
848A - MicroDrive HMS360604D5CF00, iPod mini (amiconn)
Of course it'd be great if we had more data...
thanks to amiconn, we figured out that on soft_reset(), the card actually does a hard reset. So we need to reconfigure after soft_reset
Please test if this one is also stable (no freezing). Also to be tested on ipod nano.
getting close to committing, this patch only uses power management bits to set power management, no more CF detection.
please test.....
this is a more simple take on the issue (I give up on getting it to work in a nice way)