This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6193 - iPod Photo reboots while playing
Attached to Project:
Rockbox
Opened by Matthias Urlichs (smurf) - Monday, 16 October 2006, 09:36 GMT+2
Last edited by Steve Bavin (pondlife) - Wednesday, 10 January 2007, 19:07 GMT+2
Opened by Matthias Urlichs (smurf) - Monday, 16 October 2006, 09:36 GMT+2
Last edited by Steve Bavin (pondlife) - Wednesday, 10 January 2007, 19:07 GMT+2
|
DetailsDuring playback, about every half hour or so, my iPod 4G Color reboots. The boot sequence stops with "Rockbox loaded", i.e. before the RockBox splash screen, and I have to reboot it again manually. The problem seems to be unrelated to specific MP3 contents, as the second time around Rockbox will not die again at the same place.
I have tried the current daily build as well as the earliest one that's still available (2006-09-20). Both fail. The version I was using before, 2006-08-19, works correctly. |
This task depends upon
Closed by Steve Bavin (pondlife)
Wednesday, 10 January 2007, 19:08 GMT+2
Reason for closing: Duplicate
Additional comments about closing: Seems to be the same iPod CPU scaling crash as reported on FS#5264 and FS#5710 .
Wednesday, 10 January 2007, 19:08 GMT+2
Reason for closing: Duplicate
Additional comments about closing: Seems to be the same iPod CPU scaling crash as reported on
0x0004fb74 <set_cpu_frequency+168>: add r1, r12, #24576 ; 0x6000
0x0004fb78 <set_cpu_frequency+172>: ldr r3, [r1, #32]
0x0004fb7c <set_cpu_frequency+176>: bic r3, r3, #-268435456 ; 0xf0000000
0x0004fb80 <set_cpu_frequency+180>: bic r3, r3, #240 ; 0xf0
0x0004fb84 <set_cpu_frequency+184>: mov r2, #536870912 ; 0x20000000
0x0004fb88 <set_cpu_frequency+188>: add r2, r2, #112 ; 0x70
0x0004fb8c <set_cpu_frequency+192>: orr r3, r3, r2
0x0004fb90 <set_cpu_frequency+196>: str r3, [r1, #32]
0x0004fb94 <set_cpu_frequency+200>: add r2, r12, #16384 ; 0x4000
0x0004fb98 <set_cpu_frequency+204>: ldr r3, [r2, #36]
and seems to be the interrupt-reenable going haywire. Somebody with more hardware knowledge please look at this ...