Installation / Removal > Apple - Installation/Removal

iPod 2G firewire last known good version?

<< < (2/4) > >>

yapper:
Thanks for that info, pixelma.

I looked through the recent changes and couldn't see anything that indicated a problem being fixed, but your comments explain the scenario experienced by the OP.

Updates (based on my testing on a 20Gig 2nd Gen model):
r15930 good (from http://download.rockbox.org/daily/ipod1g2g/rockbox-ipod1g2g-20071215.zip)
r15951 good (from http://download.rockbox.org/daily/ipod1g2g/rockbox-ipod1g2g-20071218.zip)
r15958 good (from http://download.rockbox.org/daily/ipod1g2g/rockbox-ipod1g2g-20071222.zip)
r15971 good (from http://download.rockbox.org/daily/ipod1g2g/rockbox-ipod1g2g-20071225.zip)
r15994 good (from http://download.rockbox.org/daily/ipod1g2g/rockbox-ipod1g2g-20080104.zip)
r16011 good (from http://download.rockbox.org/daily/ipod1g2g/rockbox-ipod1g2g-20080107.zip)
r16557 - works when built with 3 NOPs*
r16586 good (from http://download.rockbox.org/daily/ipod1g2g/rockbox-ipod1g2g-20080309.zip)
r16593 good

* see post further down this thread with explains how to modify a build to allow it to run.

apogee:
r15975 works on my 20GB 2G iPod.

yapper:
If you are able to compile, then there is a trick that can be used to try to make a build function. Add a few nops as described here:

--- Quote from: jhMikeS on January 16, 2008, 11:58:52 PM ---apps/main.c at the end of app_main()  (first function) does the trick. The number needed varies but 1-5 should do it. A few tries with different numbers of them might be needed.

--- Code: ---static void app_main(void)
{
    ....
    nop; nop; nop; nop; ...
}
--- End code ---

--- End quote ---

yonkiman:
Just tried installing RB on my 2G firewire ipod.  Get similar errors every time i reboot:
   Data abort at 00183E60 (1)
   Undefined instruction at 01002724 (1)

Tried the Feb 28 build, feb 29th build, and the Feb 1 build, and all seem to fail.  The Apple software boots and works OK, so I assume my hardware is OK.

Should I just keep trying different builds until I find one that works?  

Any ideas?

Thanks,
Fred

 

AlexP:

--- Quote from: yonkiman on February 29, 2008, 02:18:26 AM ---Should I just keep trying different builds until I find one that works?  

--- End quote ---

I'm afraid at the moment, yes.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version