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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Rockbox vs. iriver firmware
« previous next »
  • Print
Pages: 1 [2]

Author Topic: Rockbox vs. iriver firmware  (Read 17817 times)

Offline prop

  • Member
  • *
  • Posts: 3
Re: Rockbox vs. iriver firmware
« Reply #15 on: August 16, 2006, 07:38:29 AM »
i just checked out all rockbox sources from cvs and compiled. after rockbox boot, i successfully rebooted into original firmware
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Rockbox vs. iriver firmware
« Reply #16 on: August 16, 2006, 09:39:30 AM »
Quote from: prop on August 16, 2006, 07:38:29 AM
i just checked out all rockbox sources from cvs and compiled. after rockbox boot, i successfully rebooted into original firmware

errr.... what was your problem then? The driver does absolutely nothing on its own (on h300 at least) - it's only accessed when selecting those two entries in the debug screen (see other thread)
Logged

Offline Ricardo Dawkins

  • Member
  • *
  • Posts: 16
Re: Rockbox vs. iriver firmware
« Reply #17 on: August 16, 2006, 11:02:55 AM »
Quote from: petur on August 15, 2006, 07:26:04 PM
I've just added the eeprom driver for h300 series and a way to write a file to it.

This way it should be possible to restore OF eeprom settings if rockbox wiped them. It can also be used to find the source of the wiping.


Exuce me, Sir. how do I place a original H320 firmware back on my player with this eeprom driver ?

What file I need and what method shoudl I use ?

There are safety or backup measures for not bricking my player ?
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Rockbox vs. iriver firmware
« Reply #18 on: August 16, 2006, 11:49:35 AM »
The eeprom is a programmable chip where the original iriver firmware stores its settings. Writing to it will not brick your player.

Some rockbox users have reported that they are unable to start the original iriver firmware (it hangs at boot time) - however rockbox works ok. I'm assuming that the reason for this is that the settings of the original iriver firmware have become corrupted.

The reason for this driver is to allow resetting that eeprom to default values in the case of those issues.

Users unaffected by all this should not use this.

Alternatively, it can be used to find out which value iriver is storing where ;)
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Rockbox vs. iriver firmware
« Reply #19 on: August 16, 2006, 11:53:11 AM »
Quick guide to restore eeprom settings: put the file attached to this post (http://forums.rockbox.org/index.php?topic=5856.msg45296#msg45296) in the root of your player and perform the Write back EEPROM as mentioned in above linked post.

No brick risk at all.
Logged

Offline Ricardo Dawkins

  • Member
  • *
  • Posts: 16
Re: Rockbox vs. iriver firmware
« Reply #20 on: August 16, 2006, 11:55:16 AM »
Quote from: petur on August 16, 2006, 11:49:35 AM
The eeprom is a programmable chip where the original iriver firmware stores its settings. Writing to it will not brick your player.
ok. thanks for explaining it.

Quote
Some rockbox users have reported that they are unable to start the original iriver firmware (it hangs at boot time) - however rockbox works ok. I'm assuming that the reason for this is that the settings of the original iriver firmware have become corrupted.

I'm one of those users. What should I do to reset to default settings ? Just run this driver and I'm set ?
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Rockbox vs. iriver firmware
« Reply #21 on: August 16, 2006, 03:20:35 PM »
Quote from: Ricardo Dawkins on August 16, 2006, 11:55:16 AM
I'm one of those users. What should I do to reset to default settings ? Just run this driver and I'm set ?

Well technically you don't 'run' a driver ;)

I've added instructions in that other thread. The latest CVS build will now also print a message on success, the old version only printed something on the screen if there was a problem.

Do tell me if it fixed your problem
Logged

Offline Massa

  • Developer
  • Member
  • *
  • Posts: 211
  • ROCKbox for purchasable devices should be the goal
Re: Rockbox vs. iriver firmware
« Reply #22 on: August 17, 2006, 02:55:51 AM »
Quote from: petur on August 16, 2006, 11:49:35 AM
Alternatively, it can be used to find out which value iriver is storing where ;)
Would be nice to identify the place where it stores the realtime clock values (especially the date)...
Does the bug still exist, that booting the original firmware changes the year of the rockbox clock?
Or has that already been fixed?
(I didn't use the original firmware for ages, so I don't know) ;)
Logged
iRiver H340 International with NON LCD-Remote,
iPod Classic 160G (6.Gen) and iPod Video (Classic 5.5G) with iFlash-Quad Adapter and SDXC cards,
Shanling M2s with 256G SDXC card

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Rockbox vs. iriver firmware
« Reply #23 on: August 17, 2006, 03:32:13 AM »
Quote from: Massa on August 17, 2006, 02:55:51 AM
Quote from: petur on August 16, 2006, 11:49:35 AM
Alternatively, it can be used to find out which value iriver is storing where ;)
Would be nice to identify the place where it stores the realtime clock values (especially the date)...
Does the bug still exist, that booting the original firmware changes the year of the rockbox clock?
Or has that already been fixed?
(I didn't use the original firmware for ages, so I don't know) ;)

The date and time are stored in the RTC, as you want them to keep being up to date, don't you?
The eeprom stores brightness, contrast, volume,.... settings
Logged

Offline prop

  • Member
  • *
  • Posts: 3
Re: Rockbox vs. iriver firmware
« Reply #24 on: August 17, 2006, 07:56:55 AM »
Quote from: petur on August 16, 2006, 09:39:30 AM
Quote from: prop on August 16, 2006, 07:38:29 AM
i just checked out all rockbox sources from cvs and compiled. after rockbox boot, i successfully rebooted into original firmware

errr.... what was your problem then? The driver does absolutely nothing on its own (on h300 at least) - it's only accessed when selecting those two entries in the debug screen (see other thread)
I could not load original firmware.
After installing of yesterday cvs version of rockbox i can load OF =)

i repeat: i did nothing, furthermore, that loaded rokbox. after this i loaded OF =)

ps. sorry for my english %)
Logged

Offline Ricardo Dawkins

  • Member
  • *
  • Posts: 16
Re: Rockbox vs. iriver firmware
« Reply #25 on: August 17, 2006, 09:45:28 AM »
Quote from: petur on August 16, 2006, 03:20:35 PM
Quote from: Ricardo Dawkins on August 16, 2006, 11:55:16 AM
I'm one of those users. What should I do to reset to default settings ? Just run this driver and I'm set ?

Well technically you don't 'run' a driver ;)

I've added instructions in that other thread. The latest CVS build will now also print a message on success, the old version only printed something on the screen if there was a problem.

Do tell me if it fixed your problem

Problem solved, petur. YOU ARE THE MAN!

Proceeded as you told me. Iriver firmware booting fine.

Forget to dump my broken eeprom setting so you could have debug it.
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Rockbox vs. iriver firmware
« Reply #26 on: August 17, 2006, 11:06:06 AM »
good to hear that!

next step is finding out why rockbox is corrupting the eeprom  :-\
Logged

Offline Massa

  • Developer
  • Member
  • *
  • Posts: 211
  • ROCKbox for purchasable devices should be the goal
Re: Rockbox vs. iriver firmware
« Reply #27 on: August 17, 2006, 01:27:23 PM »
Quote from: petur on August 17, 2006, 03:32:13 AM
Quote from: Massa on August 17, 2006, 02:55:51 AM
Would be nice to identify the place where it stores the realtime clock values (especially the date)...
Does the bug still exist, that booting the original firmware changes the year of the rockbox clock?
Or has that already been fixed?
(I didn't use the original firmware for ages, so I don't know) ;)
The date and time are stored in the RTC, as you want them to keep being up to date, don't you?
The eeprom stores brightness, contrast, volume,.... settings
Ahh - I thought it does only store the seconds since midnight (or something like that) in the RTC itself and the date in EEPROM ::)
Logged
iRiver H340 International with NON LCD-Remote,
iPod Classic 160G (6.Gen) and iPod Video (Classic 5.5G) with iFlash-Quad Adapter and SDXC cards,
Shanling M2s with 256G SDXC card

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Rockbox vs. iriver firmware
 

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

Page created in 0.089 seconds with 14 queries.