Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  iPod 2G firewire last known good version?
« previous next »
  • Print
Pages: [1] 2

Author Topic: iPod 2G firewire last known good version?  (Read 11615 times)

Offline landtuna

  • Member
  • *
  • Posts: 2
iPod 2G firewire last known good version?
« on: December 06, 2007, 02:38:15 PM »
I just tried to install Rockbox on my 2nd generation iPod (firewire).  I think it's installed correctly, because I can get into the original firmware if the hold switch is on as it boots.  When I don't do that, I get various errors, like "data abort F0000006" and "undefined instruction at 000449FC" after a long boot.  Sometimes, it just hangs with the apple on the screen.  It's almost like the firmware isn't for this processor.

Right now I'm using r15886.

What's the most recent version someone has running on a 1G or 2G iPod?

Thanks.
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: iPod 2G firewire last known good version?
« Reply #1 on: December 07, 2007, 10:33:33 AM »
Try the daily build from 20071204.  It's working for me (I haven't updated recently so can't confirm your issue)
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline landtuna

  • Member
  • *
  • Posts: 2
Re: iPod 2G firewire last known good version?
« Reply #2 on: December 07, 2007, 11:33:30 AM »
That version worked.  Thanks!  (And don't update your iPod.  :))
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: iPod 2G firewire last known good version?
« Reply #3 on: December 08, 2007, 02:05:11 AM »
I just updated to r15896 and that seems to be working fine.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline pixelma

  • Rockbox Expert
  • Member
  • *
  • Posts: 645
Re: iPod 2G firewire last known good version?
« Reply #4 on: December 08, 2007, 03:50:41 AM »
I've heard that currently there is a problem with the early Ipod models which have a certain Portalplayer chip (1st - 3rd generation if I remember correctly). This problem occurs as described by the original post but only in some builds - the slightest change to the source can make a build break or work again even if the change doesn't seem important. This is why it is so hard to hunt down the real cause of it and to fix by the developers who are aware of the issue.

You could only try new builds from time to time and keep the last version that was working for you.
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: iPod 2G firewire last known good version?
« Reply #5 on: December 08, 2007, 02:32:59 PM »
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.
« Last Edit: March 09, 2008, 05:46:41 PM by yapper »
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline apogee

  • Member
  • *
  • Posts: 1
Re: iPod 2G firewire last known good version?
« Reply #6 on: January 06, 2008, 11:32:00 AM »
r15975 works on my 20GB 2G iPod.
Logged
iPod 2G 20GB | Sansa Clip v1 2GB | Sansa Clip+ 4GB w/ 8GB microSDHC

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: iPod 2G firewire last known good version?
« Reply #7 on: January 17, 2008, 07:19:33 PM »
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: [Select]
static void app_main(void)
{
    ....
    nop; nop; nop; nop; ...
}
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline yonkiman

  • Member
  • *
  • Posts: 29
Re: iPod 2G firewire last known good version?
« Reply #8 on: February 29, 2008, 02:18:26 AM »
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

 
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: iPod 2G firewire last known good version?
« Reply #9 on: February 29, 2008, 03:14:10 AM »
Quote from: yonkiman on February 29, 2008, 02:18:26 AM
Should I just keep trying different builds until I find one that works?  

I'm afraid at the moment, yes.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: iPod 2G firewire last known good version?
« Reply #10 on: February 29, 2008, 07:26:24 AM »
Look back through this thread for my list of versions that I've tried.

r16196 was the last version I tested that worked (without tweaking).

This one (r16197) has a good chance of working, but I haven't tested it myself:
http://download.rockbox.org/daily/ipod1g2g/rockbox-ipod1g2g-20080202.zip  

If it does work, please post an update here  :)

« Last Edit: February 29, 2008, 07:30:09 AM by yapper »
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline yonkiman

  • Member
  • *
  • Posts: 29
Re: iPod 2G firewire last known good version?
« Reply #11 on: February 29, 2008, 10:10:59 AM »
Quote from: yapper on February 29, 2008, 07:26:24 AM
Look back through this thread for my list of versions that I've tried.

r16196 was the last version I tested that worked (without tweaking).

This one (r16197) has a good chance of working, but I haven't tested it myself:
http://download.rockbox.org/daily/ipod1g2g/rockbox-ipod1g2g-20080202.zip  

If it does work, please post an update here  :)

I tried r16195 last night, thinking it was close to your r16196 that worked, but it didn't work.  Will try 16197 tonight.

What happened to r16196?  Is it available anywhere?  Could it be tagged as "last known working" and made available?

Thanks for the help and advice,
Fred
Logged

Offline yonkiman

  • Member
  • *
  • Posts: 29
Re: iPod 2G firewire last known good version?
« Reply #12 on: March 01, 2008, 03:08:58 PM »
Today's release (r16467, March 1, 2008) works!  Nicer fonts and graphics, too!

I love you rockbox developers!

Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: iPod 2G firewire last known good version?
« Reply #13 on: March 01, 2008, 03:19:55 PM »
I'm glad that that specific version works, but the underlying bug has not been fixed so the next one may well not.  Therefore before trying to update next time, it will be a good idea to keep a back up of this build so if it doesn't work you can go back to this, until you find a newer one that does work.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline amiconn

  • Developer
  • Member
  • *
  • Posts: 176
Re: iPod 2G firewire last known good version?
« Reply #14 on: March 13, 2008, 03:18:45 PM »
The problem has been tracked down, and was fixed in SVN r16547 (07 March 2008).
Logged
Jens

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  iPod 2G firewire last known good version?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.111 seconds with 14 queries.