This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10114 - Sansa AMS : use IRAM for codecs on >2MB targets
Attached to Project:
Rockbox
Opened by Rafaël Carré (funman) - Thursday, 09 April 2009, 15:44 GMT+2
Last edited by Thomas Martitz (kugel.) - Friday, 10 April 2009, 19:05 GMT+2
Opened by Rafaël Carré (funman) - Thursday, 09 April 2009, 15:44 GMT+2
Last edited by Thomas Martitz (kugel.) - Friday, 10 April 2009, 19:05 GMT+2
|
DetailsStable mp3 decoding on Fuze
some codecs (mad_iram.h for example) use .icode section and not ICODE_ATTR This caused a problem because we defined incorrectly IRAMSIZE to be >0 in plugin.lds for these targets |
This task depends upon
Closed by Thomas Martitz (kugel.)
Friday, 10 April 2009, 19:05 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed r20678. Thank you very much again :) Great job, really!
Friday, 10 April 2009, 19:05 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed r20678. Thank you very much again :) Great job, really!
are you sure you kept first range of IRAM (0x0 - something) for rockbox (because the vectors are there)?
Not at all. I get the same symptoms which I got with my work: Every codec just skips every track, except MP3 which throws a undefined instruction :(
Is it my hardware? That would explain why it didn't work for me when I implemented it :( I cannot really explain it.
If I knew that before we already had mp3 3 weeks ago :(