This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7341 - Fix freeze if iPod booted with USB cable connected
Attached to Project:
Rockbox
Opened by Martin (MCMisenar) - Friday, 22 June 2007, 14:33 GMT+2
Last edited by Steve Bavin (pondlife) - Wednesday, 05 March 2008, 14:56 GMT+2
Opened by Martin (MCMisenar) - Friday, 22 June 2007, 14:33 GMT+2
Last edited by Steve Bavin (pondlife) - Wednesday, 05 March 2008, 14:56 GMT+2
|
DetailsFreezes if booted with USB cable connected. Happens every time. Same effect on iPod 5G and 5.5G.
|
This task depends upon
This works fine for my ipod 5g.
Thanks for the speedy response! Very impressive work and much appreciated.
Please apply this config.cfg file.
That config file enable dir cache and use Unifont.fnt.
I think that loading large size font and initializing dir cache entry
have a lot of time and this is caused this problem.
And this problem DOES NOT occur with wall charger.
And within init(), usb_detect() never returns USB_INSERTED if usb was inserted or not.
So I added sleep() before usb_detect().
It's been bugging me for some time now...
So nobody will apply one of these patches to svn.
FS#7863), forgetting that I posted on this one ages ago!It was closed as they thought it was to do with the iPod Linux loader, not the rockbox loader, but here we go :)
We need to get this in the SVN!
FS#7863was a duplicate :) Nevertheless, the tracker guidelines _require_ you to only use official software and reporting against a system using IPL's Loader2 is not official. Especially in this case, as Loader2 might initialize things differently to the Rockbox bootloader which in turn _could_ cause issues.FS#7863...but you closed it as I hit submit, so it didn't go through :PBut, as you can see, the problem does exist, and there is a solution here!
Why isn't this in the SVN yet?
There are many good improvements and patches here that haven't been committed or have little work remaining to be up to standard (I was just reading through the "Open Patches in Rockbox" mail)
It's better to have a solution than to leave the bug there and frustrate users
I think this problem is independent of the bootloader....