iAudiophile.net Forums
Go Back   iAudiophile.net Forums > Flash-Memory Players > Cowon D2/D2+ > D2 Rockbox

Notices

Post New Thread  Reply
 
Thread Tools Display Modes
Old 06-15-2009, 10:52   #16
mountainlion
Junior Member
 
Join Date: Feb 2008
Posts: 15
Default

Thanks for getting back to me. I replaced the binary in the rockbox folder but I still get the same error message.
mountainlion is offline View mountainlion's Photo Album   Reply With Quote
Old 06-15-2009, 11:51   #17
andrewthecoder
Lazy Programmer
 
andrewthecoder's Avatar
 
Join Date: Oct 2008
Location: Sunny Scotland =)
Posts: 490
Send a message via ICQ to andrewthecoder Send a message via AIM to andrewthecoder Send a message via MSN to andrewthecoder Send a message via Yahoo to andrewthecoder Send a message via Skype™ to andrewthecoder
Default

Scrap this post - false information provided as I lacked understanding =)
__________________
Audio;
16GB Cowon D2 DAB

(Firmware: D2+ 1.13 + Rockbox + Full InvisibleShield - totally worth the money.

+++ Rockbox Install Guide +++

Video;
32GB Cowon O2
+ Noreve Premium Leather Case

An awesome player is nothing without awesome
headphones;
I use Sennheiser CX400-II noise-isolating IEMs, so I can get lost in the music without deafening myself, even on noisy buses.
For social use, I pocket my
X-Mini II portable speaker.

Bragging? Never

Dentist Dunfermline


Last edited by andrewthecoder; 06-15-2009 at 15:58.
andrewthecoder is offline View andrewthecoder's Photo Album   Reply With Quote
Old 06-15-2009, 15:33   #18
shotofadds
Rockbox Developer
 
Join Date: Sep 2007
Location: London, UK
Posts: 473
Default

@Bullseye, mountainlion:

I need you to try going back to a vanilla "legacy" D2 firmware (eg. 3.59 with NO Rockbox or multiboot), then install the patched Rockbox 3.59 (NO multiboot) and see if this works. Only then should you try installing a patched D2+ firmware.

@andrewthecoder:

The .rockbox folder won't make any difference to this error - it happens during initialization of the NAND driver in the bootloader. This is before it even mounts the drive, let alone tries to access the right folder...
shotofadds is offline View shotofadds's Photo Album   Reply With Quote
Old 06-15-2009, 15:40   #19
andrewthecoder
Lazy Programmer
 
andrewthecoder's Avatar
 
Join Date: Oct 2008
Location: Sunny Scotland =)
Posts: 490
Send a message via ICQ to andrewthecoder Send a message via AIM to andrewthecoder Send a message via MSN to andrewthecoder Send a message via Yahoo to andrewthecoder Send a message via Skype™ to andrewthecoder
Default

@shotofadds:

hmmm... Care to explain (perhaps in a PM?) that to me please? As the only place I find that string is in this file;
http://svn.rockbox.org/viewvc.cgi/tr....c?view=markup

Which (correct me if i'm wrong) has nothing to do with the bootloader.

In fact I've just re-confirmed my thoughts by testing a rockbox binary on my D2 which was built after lowering the "MAX_WRITE_CACHES" from 8 to 1 - it gave the panic message as expected. No changes to the bootloader there.
__________________
Audio;
16GB Cowon D2 DAB

(Firmware: D2+ 1.13 + Rockbox + Full InvisibleShield - totally worth the money.

+++ Rockbox Install Guide +++

Video;
32GB Cowon O2
+ Noreve Premium Leather Case

An awesome player is nothing without awesome
headphones;
I use Sennheiser CX400-II noise-isolating IEMs, so I can get lost in the music without deafening myself, even on noisy buses.
For social use, I pocket my
X-Mini II portable speaker.

Bragging? Never

Dentist Dunfermline

andrewthecoder is offline View andrewthecoder's Photo Album   Reply With Quote
Old 06-15-2009, 15:54   #20
shotofadds
Rockbox Developer
 
Join Date: Sep 2007
Location: London, UK
Posts: 473
Default

Open a patched firmware in a text editor and you'll find that string too! The NAND driver _has_ to be included in the bootloader, otherwise it wouldn't be able to load and run the actual Rockbox binary (rockbox.d2).

You'll still get an error after reducing MAX_WRITE_CACHES to 1 in the main binary, as the NAND driver is included in both the bootloader and the main binary - and both need to work properly!
shotofadds is offline View shotofadds's Photo Album   Reply With Quote
Thanks from:
Old 06-15-2009, 16:06   #21
mountainlion
Junior Member
 
Join Date: Feb 2008
Posts: 15
Default

I tried all 3 builds Andrew and got the same error message. I assumed I should rename them rockbox.d2. I might try a different f/w later tonight or tomorrow shotofadds. Is there any point in trying an older d2+ f/w?
mountainlion is offline View mountainlion's Photo Album   Reply With Quote
Old 06-15-2009, 16:12   #22
andrewthecoder
Lazy Programmer
 
andrewthecoder's Avatar
 
Join Date: Oct 2008
Location: Sunny Scotland =)
Posts: 490
Send a message via ICQ to andrewthecoder Send a message via AIM to andrewthecoder Send a message via MSN to andrewthecoder Send a message via Yahoo to andrewthecoder Send a message via Skype™ to andrewthecoder
Default

Quote:
Originally Posted by mountainlion View Post
I tried all 3 builds Andrew and got the same error message. I assumed I should rename them rockbox.d2. I might try a different f/w later tonight or tomorrow shotofadds. Is there any point in trying an older d2+ f/w?
As you may see from the above post(s), I have just learned that was completely pointless, sorry. ><

See, my understanding of Rockbox is very limited, that was just a haphazard attempt before shotofadds got a chance to reply.
The rockbox binary itself has nothing to do with the error you are getting, they are caused by the bootloader (which is patched into your Cowon firmware).

So what shotofadds has asked you to do is eliminate all possible causes of the problem by reverting to Cowon firmware 2.59 or 3.59 then repeating steps 2,3 and 4.
If the problem no longer occurs with the original ("legacy"?) D2 firmware, then it means patching the rockbox bootloader into the D2+ firmware causes problems.
Either way, I know it is hassle, but as a process of elimination it would be very helpful =)

P.S - @shotofadds: to repeat the big button that says "Thanks"... thanks =)
__________________
Audio;
16GB Cowon D2 DAB

(Firmware: D2+ 1.13 + Rockbox + Full InvisibleShield - totally worth the money.

+++ Rockbox Install Guide +++

Video;
32GB Cowon O2
+ Noreve Premium Leather Case

An awesome player is nothing without awesome
headphones;
I use Sennheiser CX400-II noise-isolating IEMs, so I can get lost in the music without deafening myself, even on noisy buses.
For social use, I pocket my
X-Mini II portable speaker.

Bragging? Never

Dentist Dunfermline


Last edited by andrewthecoder; 06-15-2009 at 16:21.
andrewthecoder is offline View andrewthecoder's Photo Album   Reply With Quote
Old 06-16-2009, 17:30   #23
Bullseye
Grado-ed with D2!
 
Join Date: Oct 2008
Location: Europe
Posts: 396
Default

I will do it in a few days. I need time to do so. If that fixes the problem (reverting back, then using D2+ FW) I would be quite happy.

Will keep you informed.
__________________
· Cowon D2 - 4Gb + Shield + Transcend 16Gb SDHC
· Sony Walkman A829 + Sony DR-BT21G BT
· Sansa Clip 2Gb - Black
· Grado Sr-225
· Phonak Audéo PFE

Too many things...(*sigh*)
Bullseye is offline View Bullseye's Photo Album   Reply With Quote
Old 06-18-2009, 04:30   #24
nsxviper
Member
 
nsxviper's Avatar
 
Join Date: Jan 2009
Posts: 64
Default

Now we need the Multiboot version for x.11 firmwares. Thank you for your hard work.
__________________
Current Setup
Cowon D2 16GB fw: 3.11 | Sennheiser IE8 | Sansa Clip 8GB | FiiO E5

Old Stuff
Atrio M5 - Broke =( | UE Super.fi 5 Pros - Sold | Sharp HP-MD33S | FiiO E3 | Creative Zen Micro 5GB
nsxviper is offline View nsxviper's Photo Album   Reply With Quote
Old 06-18-2009, 11:34   #25
andrewthecoder
Lazy Programmer
 
andrewthecoder's Avatar
 
Join Date: Oct 2008
Location: Sunny Scotland =)
Posts: 490
Send a message via ICQ to andrewthecoder Send a message via AIM to andrewthecoder Send a message via MSN to andrewthecoder Send a message via Yahoo to andrewthecoder Send a message via Skype™ to andrewthecoder
Default

Quote:
Originally Posted by nsxviper View Post
Now we need the Multiboot version for x.11 firmwares. Thank you for your hard work.
No problem, thanks for reminding me about the latest firmware version(s).
Uploaded =)
__________________
Audio;
16GB Cowon D2 DAB

(Firmware: D2+ 1.13 + Rockbox + Full InvisibleShield - totally worth the money.

+++ Rockbox Install Guide +++

Video;
32GB Cowon O2
+ Noreve Premium Leather Case

An awesome player is nothing without awesome
headphones;
I use Sennheiser CX400-II noise-isolating IEMs, so I can get lost in the music without deafening myself, even on noisy buses.
For social use, I pocket my
X-Mini II portable speaker.

Bragging? Never

Dentist Dunfermline

andrewthecoder is offline View andrewthecoder's Photo Album   Reply With Quote
Old 06-28-2009, 19:06   #26
andrewthecoder
Lazy Programmer
 
andrewthecoder's Avatar
 
Join Date: Oct 2008
Location: Sunny Scotland =)
Posts: 490
Send a message via ICQ to andrewthecoder Send a message via AIM to andrewthecoder Send a message via MSN to andrewthecoder Send a message via Yahoo to andrewthecoder Send a message via Skype™ to andrewthecoder
Default

Just an update; All of the bootloader-patched firmwares have been updated to use the latest (revision 21549) bootloader.
For some, this may fix problems (I think?)
Either way, figured updating was a good idea. =)
__________________
Audio;
16GB Cowon D2 DAB

(Firmware: D2+ 1.13 + Rockbox + Full InvisibleShield - totally worth the money.

+++ Rockbox Install Guide +++

Video;
32GB Cowon O2
+ Noreve Premium Leather Case

An awesome player is nothing without awesome
headphones;
I use Sennheiser CX400-II noise-isolating IEMs, so I can get lost in the music without deafening myself, even on noisy buses.
For social use, I pocket my
X-Mini II portable speaker.

Bragging? Never

Dentist Dunfermline

andrewthecoder is offline View andrewthecoder's Photo Album   Reply With Quote
Old 06-29-2009, 05:56   #27
Bullseye
Grado-ed with D2!
 
Join Date: Oct 2008
Location: Europe
Posts: 396
Default

Forgot to mention it here but with the last change shotofadds did I no longer have the *PANIC* message and my rockbox works.

Thanks again shotofadds
__________________
· Cowon D2 - 4Gb + Shield + Transcend 16Gb SDHC
· Sony Walkman A829 + Sony DR-BT21G BT
· Sansa Clip 2Gb - Black
· Grado Sr-225
· Phonak Audéo PFE

Too many things...(*sigh*)
Bullseye is offline View Bullseye's Photo Album   Reply With Quote
Old 06-30-2009, 10:56   #28
maedden
Junior Member
 
Join Date: Jun 2009
Posts: 5
Default

Hi, I also have a problem with Rockbox:

I have a D2+ with FW 3.11, installed the patched firmware, it also upgraded correctly. I then copied the .rockbox to my D2, but it doesn't load. Am I just unable to use the hold switch correctly? I have also tried reinstalling, deleting rockbox and copying it again.

Thank you in advance for your help.

maedden
maedden is offline View maedden's Photo Album   Reply With Quote
Old 06-30-2009, 11:03   #29
andrewthecoder
Lazy Programmer
 
andrewthecoder's Avatar
 
Join Date: Oct 2008
Location: Sunny Scotland =)
Posts: 490
Send a message via ICQ to andrewthecoder Send a message via AIM to andrewthecoder Send a message via MSN to andrewthecoder Send a message via Yahoo to andrewthecoder Send a message via Skype™ to andrewthecoder
Default

Ignoring the rockbox folder for the time being, are you saying that when you perform steps 1 - 4 and switch on the D2 then slide the hold switch, it simply boots into the Cowon firmware?
If so, I may have screwed up, lemme go check =)
__________________
Audio;
16GB Cowon D2 DAB

(Firmware: D2+ 1.13 + Rockbox + Full InvisibleShield - totally worth the money.

+++ Rockbox Install Guide +++

Video;
32GB Cowon O2
+ Noreve Premium Leather Case

An awesome player is nothing without awesome
headphones;
I use Sennheiser CX400-II noise-isolating IEMs, so I can get lost in the music without deafening myself, even on noisy buses.
For social use, I pocket my
X-Mini II portable speaker.

Bragging? Never

Dentist Dunfermline

andrewthecoder is offline View andrewthecoder's Photo Album   Reply With Quote
Old 06-30-2009, 11:40   #30
maedden
Junior Member
 
Join Date: Jun 2009
Posts: 5
Default

Yes it boots the cowon firmware. When I copied the patched firmware I downloaded, it said "upgrading firmware" as it should, but it keeps on booting the cowon one instead of rockbox.
maedden is offline View maedden's Photo Album   Reply With Quote
Reply

Tags
bootloader, guide, install, rockbox, tutorial

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 04:09.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.