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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Rockbox and Compact Flash
« previous next »
  • Print
Pages: 1 ... 6 7 [8] 9 10 11

Author Topic: Rockbox and Compact Flash  (Read 73018 times)

Offline 1ny0urfac3

  • Member
  • *
  • Posts: 13
Re: Rockbox and Compact Flash
« Reply #105 on: June 22, 2008, 04:57:55 PM »
Those guides mean almost nothing to me.  I only have a little bit of experience with linux running ubuntu for about a year but I no longer run it.  Do I need to run ubuntu inside of vmware to compile that?  *EDIT* ok I kind of know what I need to do but I'm still almost completely lost?  any chance you can upload the build to a site?  sorry. 
« Last Edit: June 22, 2008, 05:04:17 PM by 1ny0urfac3 »
Logged
5th gen video
32 gig compact flash card
Ivue clear faceplate

Offline viperX

  • Member
  • *
  • Posts: 10
Re: Rockbox and Compact Flash
« Reply #106 on: June 22, 2008, 05:59:40 PM »
I'm afraid it is not so easy as this mostly a trial and error process, and your iPod is not the same as mine, we can be producing builds, uploading to a site, testing ...

Believe me; I'm not a Linux geek either, and once you install the right dependencies (as from the cross-compiling tutorial) and having the PATH correctly set (Same tutorial) you just need to follow these steps

svn checkout svn://svn.rockbox.org/rockbox/trunk -r {2008-02-09} rockbox
cd rockbox
mkdir build
cd build
../tools/configure (select your port and build type Normal)
make
make zip


I'm now building some releases in subsequent dates. I've seen ata.c had a change on Feb 17h hence looking the most suspectful date. Will inform on the results.

Once done you'll have a rockbox.zip file in the build directory. This is the compiled build


Regards
« Last Edit: June 23, 2008, 08:52:49 AM by viperX »
Logged

Offline 1ny0urfac3

  • Member
  • *
  • Posts: 13
Re: Rockbox and Compact Flash
« Reply #107 on: June 22, 2008, 07:41:55 PM »
Thanks for your help, I just got done and it ended in failure.  my compilation has something wrong.  I think I'm just gonna wait it out until a new build comes along with support.
Logged
5th gen video
32 gig compact flash card
Ivue clear faceplate

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Rockbox and Compact Flash
« Reply #108 on: June 22, 2008, 07:58:57 PM »
That's the thing: The current build is supposed to already HAVE support, and people who it's not working for need to do the testing to figure out what's wrong. If not enough people who actually have problems test, it won't get solved. "Wait and it'll go away" doesn't really work if everyone waits.
Logged

Offline 1ny0urfac3

  • Member
  • *
  • Posts: 13
Re: Rockbox and Compact Flash
« Reply #109 on: June 22, 2008, 08:32:22 PM »
what should I do?  I really have little to nothing to offer as far as coding or anything like that.  if you want me to run some kind of test or something I'm more than willing but I'm afraid I'm not much help here
Logged
5th gen video
32 gig compact flash card
Ivue clear faceplate

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Rockbox and Compact Flash
« Reply #110 on: June 22, 2008, 08:40:14 PM »
Just as it said just a little earlier in the thread, track down which version made things change.
Logged

Offline viperX

  • Member
  • *
  • Posts: 10
Re: Rockbox and Compact Flash
« Reply #111 on: June 23, 2008, 04:35:27 AM »
OK, did some more research and can hereby confirm the breaking point was on Feb 11th as said earlier.
Release 16256 works (given by SVN when requested for Feb 10th)
Release 16276 doesn't work (dito for Feb 11th)

EDIT:
Learning as I speak, found where to check versions on the web page and I strongly suspect the problem was introduced on revision 16259 as it touches a lot from the core on the ipod.
http://svn.rockbox.org/viewvc.cgi?view=rev&revision=16259

"Disables much of the remaining unneeded hardware on PP50xx targets (Ipods, Sansa, H10s, etc) resulting in a large savings in power and consequent increase in battery life.  Results vary from target to target and from codec to codec, but we now approach the OF runtime on several PP devices."

Files affected:

trunk/apps/debug_menu.c
trunk/apps/main.c
trunk/firmware/drivers/audio/as3514.c
trunk/firmware/drivers/pcf50605.c
trunk/firmware/export/config-c200.h
trunk/firmware/export/powermgmt.h
trunk/firmware/export/pp5020.h
trunk/firmware/target/arm/adc-pp5020.c
trunk/firmware/target/arm/ipod/backlight-4g_color.c
trunk/firmware/target/arm/ipod/button-clickwheel.c
trunk/firmware/target/arm/ipod/power-ipod.c
trunk/firmware/target/arm/ipod/powermgmt-ipod-pcf.c
trunk/firmware/target/arm/system-pp502x.c
trunk/firmware/target/arm/usb-fw-pp502x.c
trunk/firmware/target/arm/wmcodec-pp.c


We seem closer, but this is where I should stop since I don't have programming skills, unless someone guides me on what to do.

Regards
« Last Edit: June 23, 2008, 05:25:40 AM by viperX »
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Rockbox and Compact Flash
« Reply #112 on: June 23, 2008, 05:48:44 AM »
congrats, that looks like a good candidate....
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Rockbox and Compact Flash
« Reply #113 on: June 23, 2008, 08:55:31 AM »
You can request specific SVN revisions, rather than just dates, so you can get closer than a 20-revision range and verify it's that one.
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Rockbox and Compact Flash
« Reply #114 on: June 23, 2008, 02:27:36 PM »
Quote from: Llorean on June 23, 2008, 08:55:31 AM
You can request specific SVN revisions, rather than just dates, so you can get closer than a 20-revision range and verify it's that one.

I think that is what he did:

Quote from: viperX on June 23, 2008, 04:35:27 AM
OK, did some more research and can hereby confirm the breaking point was on Feb 11th as said earlier.
Release 16256 works (given by SVN when requested for Feb 10th)
Release 16276 doesn't work (dito for Feb 11th)
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Rockbox and Compact Flash
« Reply #115 on: June 23, 2008, 02:49:14 PM »
Nonotice that he said he got those revisions when he requested dates. They're 20 revisions apart.
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Rockbox and Compact Flash
« Reply #116 on: June 23, 2008, 02:55:31 PM »
Quote from: Llorean on June 23, 2008, 02:49:14 PM
Nonotice that he said he got those revisions when he requested dates. They're 20 revisions apart.
* petur puts on his glasses
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Rockbox and Compact Flash
« Reply #117 on: June 23, 2008, 03:46:50 PM »
That being said, it does seem likely his guess was right. I was just suggesting that he could in fact verify with one or two more builds tested. :)
Logged

Offline viperX

  • Member
  • *
  • Posts: 10
Re: Rockbox and Compact Flash
« Reply #118 on: June 23, 2008, 05:04:03 PM »
Thx for the expectation  :) , I've seen how to request by rev number and I am almost ready to test, but unfortunately I've been on travel I won't be able to test before tomorrow morning CET (in a matter of 10 hours)... please stand-by.

Regards

*EDIT*:

TESTED and CONFIRMED; the problem is in revision 16259. 16258 works fine booting in a matter of less than 3 seconds after the apple is shown.

Unfortunately this hits my limits now and I'm even unable to build any release since I'm on travel and don't have my Linux environment with me, so I give way to the real developers to take over the issue, hope someone can find a solution soon since my old 4G really needs the extra kick on battery lifetime.
 
« Last Edit: June 24, 2008, 10:27:42 AM by viperX »
Logged

Offline jeremania

  • Member
  • *
  • Posts: 1
Re: Rockbox and Compact Flash
« Reply #119 on: June 27, 2008, 03:09:17 AM »
Could you email me a copy of revision 16258?
Logged

  • Print
Pages: 1 ... 6 7 [8] 9 10 11
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Rockbox and Compact Flash
 

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

Page created in 1.225 seconds with 21 queries.