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
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Philips Gogear SA9200
« previous next »
  • Print
Pages: 1 2 [3] 4

Author Topic: Philips Gogear SA9200  (Read 24938 times)

Offline gevaerts

  • Administrator
  • Member
  • *
  • Posts: 1053
Re: Philips Gogear SA9200
« Reply #30 on: October 20, 2010, 08:53:26 AM »
If I read those instructions correctly, it seems like the easiest way to simplify installation would be to have USB support in the bootloader.
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Philips Gogear SA9200
« Reply #31 on: October 20, 2010, 09:11:06 AM »
Yes, we need to whittle down the number of steps to get Rockbox installed. If I'm also reading the instructions correctly, then we need to also have the bootloader applied sooner.
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline b0hoon

  • Developer
  • Member
  • *
  • Posts: 71
Re: Philips Gogear SA9200
« Reply #32 on: October 20, 2010, 09:58:28 AM »
Why is not possible to make the dual boot for SA? When the 16MB partition is visible in the recovery mode we can write the Rockbox bootloader, just like in case of any other PP, no? This recovery mode is similar to any other UMS mode in the PP original bootloaders (targets with the HDD), so installation would be similar like in case of Iriver H10, or PB Vibe, or whatever.
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Philips Gogear SA9200
« Reply #33 on: October 20, 2010, 11:18:13 AM »
Quote from: b0hoon on October 20, 2010, 09:58:28 AM
Why is not possible to make the dual boot for SA?

I'm sure we could possibly make the bootloader on the SA9x00 series dual-boot between Rockbox and the OF, but no one's bothered working on that yet. We could work on the bootloader code and implement that functionality in, or just leave it and let Rockbox completely take over the OF on this device, like I had mentioned regarding the HDD63x0 as well.
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline gevaerts

  • Administrator
  • Member
  • *
  • Posts: 1053
Re: Philips Gogear SA9200
« Reply #34 on: October 20, 2010, 11:37:08 AM »
Quote from: b0hoon on October 20, 2010, 09:58:28 AM
This recovery mode is similar to any other UMS mode in the PP original bootloaders (targets with the HDD), so installation would be similar like in case of Iriver H10, or PB Vibe, or whatever.

Actually I doubt that. It sounds closer to the recovery mode in the PP sansas, i.e. a ramdisk-based filesystem that doesn't have any OF code on it.
Logged

Offline b0hoon

  • Developer
  • Member
  • *
  • Posts: 71
Re: Philips Gogear SA9200
« Reply #35 on: October 20, 2010, 11:38:51 AM »
Please be patient about HDD6330 i will have a solution for dual boot on it soon :D.
Logged

Offline lowlight

  • Developer
  • Member
  • *
  • Posts: 194
Re: Philips Gogear SA9200
« Reply #36 on: October 20, 2010, 03:47:43 PM »
USB support in the RB bootloader would be the easiest installation, but sometime ago I made a patch to installing Rockbox based off the procedure for the Gigabeat S using sendfirm via MTP.
http://www.rockbox.org/irc/log-20090626#22:13:55
http://drop.io/low_light/asset/sa9200-bootloader-patch
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Philips Gogear SA9200
« Reply #37 on: October 20, 2010, 03:53:27 PM »
Will this patch still apply against the current SVN?
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline lowlight

  • Developer
  • Member
  • *
  • Posts: 194
Re: Philips Gogear SA9200
« Reply #38 on: October 20, 2010, 04:34:14 PM »
Quote from: LambdaCalculus379 on October 20, 2010, 03:53:27 PM
Will this patch still apply against the current SVN?

Doubtful since that patch is from over a year ago. Then again, the bootloaders don't tend to change very much, so maybe. ;D If some chunks fail, they can probably be applied manually. I don't think the patch was too complicated.
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Philips Gogear SA9200
« Reply #39 on: October 20, 2010, 05:17:28 PM »
Tried the patch linked, and several hunks failed. Here are the gory details:

Code: [Select]
gallifrey:rockbox rmenes$ patch -p0 < sa9200-bootloader.patch
patching file bootloader/main-pp.c
Hunk #1 succeeded at 453 (offset 13 lines).
Hunk #2 succeeded at 622 (offset 14 lines).
Hunk #3 FAILED at 677.
1 out of 3 hunks FAILED -- saving rejects to file bootloader/main-pp.c.rej
patching file bootloader/gigabeat-s.c
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file bootloader/gigabeat-s.c.rej
patching file bootloader/common.c
Hunk #1 FAILED at 34.
Hunk #2 succeeded at 240 (offset 6 lines).
1 out of 2 hunks FAILED -- saving rejects to file bootloader/common.c.rej
patching file bootloader/common.h
Hunk #1 succeeded at 46 with fuzz 1.
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline lowlight

  • Developer
  • Member
  • *
  • Posts: 194
Re: Philips Gogear SA9200
« Reply #40 on: October 20, 2010, 05:39:51 PM »
Looks like you'll have to apply manually.  ;D
I can't look at it atm, but from what I remember, I was copying the untar() function from gigabeat-s.c to common.c. The changes to main-pp.c almost apply, so hopefully you can see where the last block fits.
Logged

Offline jaylee

  • Member
  • *
  • Posts: 14
Re: Philips Gogear SA9200
« Reply #41 on: October 21, 2010, 12:56:32 AM »
In TargetStatus wiki page,  it's described some clicks/pops during playback on SA9200, but I didn't hear any on my player. It's been solved?
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Philips Gogear SA9200
« Reply #42 on: October 21, 2010, 06:39:02 AM »
Mine doesn't have any clicks or pops either. The wiki should be updated.

(EDIT) The wiki's been updated. Audio playback on the SA9x00 has been pop and click-free for some time now.
« Last Edit: October 21, 2010, 08:58:36 AM by LambdaCalculus379 »
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline jaylee

  • Member
  • *
  • Posts: 14
Re: Philips Gogear SA9200
« Reply #43 on: November 17, 2010, 05:37:48 AM »
a "cabbie" wps, uses the same artwork as the Strife89's version
* cabbiev2.wps (1.34 kB - downloaded 144 times.)
Logged

Offline uNreal

  • Member
  • *
  • Posts: 1
Re: Philips Gogear SA9200
« Reply #44 on: December 27, 2010, 04:54:32 PM »
Hello, I have Philips SA9325 which looks very similar to 9200, but I have trouble getting the "16-mb-format" disk to appear. The player is recognized as a recovery device, but no flash disk is found.
Any ideas ?
Logged

  • Print
Pages: 1 2 [3] 4
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Philips Gogear SA9200
 

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

Page created in 0.185 seconds with 21 queries.