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
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Olympus m:robe MR-100
« previous next »
  • Print
Pages: 1 ... 3 4 [5] 6 7

Author Topic: Olympus m:robe MR-100  (Read 71933 times)

Offline Gryx

  • Member
  • *
  • Posts: 8
Re: Oylmpus m:robe MR-100
« Reply #60 on: March 06, 2008, 10:40:17 AM »
Is mrobe.org still working? I just get an unstyled homepage but forum doesn't work.

Just downloaded the bootloader but it's still not working. But when i look here: http://download.rockbox.org/bootloader/olympus/mrobe100/ the date is 2008-Mar-02?
« Last Edit: March 06, 2008, 10:45:43 AM by Gryx »
Logged

Offline roolku

  • Developer
  • Member
  • *
  • Posts: 350
Re: Oylmpus m:robe MR-100
« Reply #61 on: March 06, 2008, 11:14:52 AM »
Quote
Just downloaded the bootloader but it's still not working. But when i look here: http://download.rockbox.o...tloader/olympus/mrobe100/ the date is 2008-Mar-02?

You are right, it looks as if the download mirror has not picked up the new file. Will try and get the serveradmin to fix.

Logged

Offline Bagder

  • Member
  • *
  • Posts: 1452
    • Daniel's site
Re: Oylmpus m:robe MR-100
« Reply #62 on: March 06, 2008, 02:31:45 PM »
Hm, there are three download mirrors and they're all synced individually from the master and I can see that the master has the bootloader file dated march 5... It sounds as if one of the mirror servers has (had) a syncing glitch.
Logged

Offline roolku

  • Developer
  • Member
  • *
  • Posts: 350
Re: Oylmpus m:robe MR-100
« Reply #63 on: March 06, 2008, 02:42:25 PM »
Quote from: Bagder on March 06, 2008, 02:31:45 PM
Hm, there are three download mirrors and they're all synced individually from the master and I can see that the master has the bootloader file dated march 5... It sounds as if one of the mirror servers has (had) a syncing glitch.
As far as I can tell  there is a permission problem on http://----.rockbox.org/bootloader/olympus/mrobe100/pp5020.mi4
Apache can't read the file.
« Last Edit: March 06, 2008, 02:54:35 PM by Bagder »
Logged

Offline Bagder

  • Member
  • *
  • Posts: 1452
    • Daniel's site
Re: Oylmpus m:robe MR-100
« Reply #64 on: March 06, 2008, 02:54:19 PM »
Quote from: roolku on March 06, 2008, 02:42:25 PM
As far as I can tell  there is a permission problem

Oops, fixed now!
Logged

Offline forever3

  • Member
  • *
  • Posts: 11
Re: Oylmpus m:robe MR-100
« Reply #65 on: March 07, 2008, 12:37:37 AM »
Dual boot works great.. Thanks again:)

edit:

Newest version(20080308) works perfectly!!

Player shuts down normally :D thanks lowlight.
Also it takes less time (~4 seconds) to get ready for playback..
« Last Edit: March 08, 2008, 07:28:30 AM by forever3 »
Logged

Offline baab22

  • Member
  • *
  • Posts: 5
Re: Oylmpus m:robe MR-100
« Reply #66 on: March 08, 2008, 08:19:38 AM »
I'm sorry to bother, but I installed the bootloader and the rockbox files exactly as discribed, but after booting the player I get the following error:

Code: [Select]
Rockbox boot loader
Version: r12345-080305
Olympus m:robe MR-100
ST650211FX
No partition found

Windows says it's FAT32 formated, so this doesn't seem to be the problem.
I hope you can help me.

THX
Logged

Offline roolku

  • Developer
  • Member
  • *
  • Posts: 350
Re: Oylmpus m:robe MR-100
« Reply #67 on: March 08, 2008, 09:45:14 AM »
Quote
I'm sorry to bother, but I installed the bootloader and the rockbox files exactly as discribed, but after booting the player I get the following error:

I have a suspicion what the problem could be. Please try the bootloader at:

http://www.roolku.pwp.blueyonder.co.uk/baab22/pp5020.mi4

and see if this works or if the error message changes. It can take a few seconds after
ST650211FX is displayed before something happens.

Also could you let me know if the disk is still in the original condition or if it has gone through any restore, reformat, firmware update or similar process.

What operating system are you using on your PC. Would you be able to find out the partition information of your m:robe?
Logged

Offline baab22

  • Member
  • *
  • Posts: 5
Re: Oylmpus m:robe MR-100
« Reply #68 on: March 08, 2008, 11:17:42 AM »
I tried the new bootloader and I get a new error message:
Code: [Select]
Rockbox boot loader
Version: r12345-080308
Plympus m:robe MR-100
ST650211FX
Partition 0: 0x0B 4769
Loading Rockbox...
mi4 size: 70c00
CRC32: 19B2BAFA
Model id: m100
Binary type: RBOS
... Rockbox logo ...
Code: [Select]
No partition
found.
Insert USB cable
and fix it

And yes, the disk crashed and was changed.
Actually I'm using Windows XP SP2. But I have access to a Linux system if that helps.
Logged

Offline roolku

  • Developer
  • Member
  • *
  • Posts: 350
Re: Oylmpus m:robe MR-100
« Reply #69 on: March 08, 2008, 12:28:30 PM »
Okay, that confirms my suspicion. However I am not sure what the best solution is. Let me explain:

By default the disk in the m:robe is formatted as a so called 'superfloppy' whereas yours is partitioned like a hard disk. Both are valid approaches and rockbox as such supports both. However we disable the support for partitioned disks in the m:robe port, as it adds up to 28s to the boot time (the detection takes about 14s and happens twice: for the bootloader as well as for rockbox itself).  So the options are:

1) re-enable it and suffer through the long boot time
2) have a separate build for you and others with the same issue
3) format your disk as superfloppy

I would like to know how many others have the same issue. If it is just you, I would suggest 3). Are you familiar with task like partitioning and formatting? It is a little bit tricky in Windows, but maybe I can find a tutorial on the web somewhere. Also I am not entirely sure what needs to be done to get the original firmware working again, but you probably have gone through this procedure already, have you? Let me get some opinions from other developers. Maybe they can see a different solution.
« Last Edit: March 08, 2008, 01:09:43 PM by roolku »
Logged

Offline baab22

  • Member
  • *
  • Posts: 5
Re: Oylmpus m:robe MR-100
« Reply #70 on: March 08, 2008, 01:22:57 PM »
Tasks like partitioning and formatting shouldn't be a problem. Especially if there's a tutorial, I should be able to do it in Windows and Linux.

I really appreciate what you do.
Logged

Offline roolku

  • Developer
  • Member
  • *
  • Posts: 350
Re: Oylmpus m:robe MR-100
« Reply #71 on: March 08, 2008, 04:28:00 PM »
Okay, there may be another solution, but we need to work out possible side effects. Can you try the boot loader here and see if it boots to the rockbox logo as before.

http://www.roolku.pwp.blueyonder.co.uk/baab22a/pp5020.mi4

Logged

Offline xiion

  • Member
  • *
  • Posts: 9
Re: Oylmpus m:robe MR-100
« Reply #72 on: March 08, 2008, 05:24:48 PM »
works perfectly.
i hit the playback button at the bottom left at the bootscreen, and it loads up instantly.
shuts down instantly as well.
Logged

Offline baab22

  • Member
  • *
  • Posts: 5
Re: Oylmpus m:robe MR-100
« Reply #73 on: March 08, 2008, 06:42:21 PM »
Yes, it boots to the rockbox logo as before and stops with the same error message.
Logged

Offline roolku

  • Developer
  • Member
  • *
  • Posts: 350
Re: Oylmpus m:robe MR-100
« Reply #74 on: March 08, 2008, 09:06:28 PM »
Quote from: baab22 on March 08, 2008, 06:42:21 PM
Yes, it boots to the rockbox logo as before and stops with the same error message.

Good. Keep the bootloader for the time being - the one on the website still needs to be updated.

Upgrade rockbox to a revision >= r16583

http://build.rockbox.org/dist/build-mrobe100/rockbox.zip

should work. Let me know if it doesn't.
Logged

  • Print
Pages: 1 ... 3 4 [5] 6 7
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Olympus m:robe MR-100
 

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

Page created in 0.101 seconds with 14 queries.