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
| | |-+  Cowon D2
« previous next »
  • Print
Pages: 1 ... 35 36 [37] 38 39 ... 65

Author Topic: Cowon D2  (Read 636583 times)

Offline store88

  • Member
  • *
  • Posts: 14
Re: Cowon D2
« Reply #540 on: February 10, 2009, 02:43:09 AM »
@vodi
./mktcctool D2N.bin bootloader.bin D2N-2.59.bin
D2N.bin is copied from folder 1

@all
I failed again, when I try 2.57 firmware
Maybe my machine is different at all

I bought D2 in China, is a reason?
or rockbox cannot work with 2Gb D2?

« Last Edit: February 10, 2009, 02:54:54 AM by store88 »
Logged

Offline vodi

  • Member
  • *
  • Posts: 14
Re: Cowon D2
« Reply #541 on: February 10, 2009, 02:54:01 AM »
Then you maybe have a different NAND, this would be interesting for shotofadds.
Logged

Offline store88

  • Member
  • *
  • Posts: 14
Re: Cowon D2
« Reply #542 on: February 10, 2009, 02:58:06 AM »
@vodi

what is the meaning of "shotofadds"

and how can I get the Nand details of my D2
Logged

Offline vodi

  • Member
  • *
  • Posts: 14
Re: Cowon D2
« Reply #543 on: February 10, 2009, 03:01:46 AM »
"shotofadds" is the only active NAND-Driver Developer i know, but i don't know, him and he is now a pretty long time inactive.
Logged

Offline store88

  • Member
  • *
  • Posts: 14
Re: Cowon D2
« Reply #544 on: February 10, 2009, 03:15:20 AM »
Wow, Nand driver programming, I know nothing about it
It seems related to bootloader closely.

Maybe I will give up the effort of patch my D2 in order to run rockbox in it
Logged

Offline vodi

  • Member
  • *
  • Posts: 14
Re: Cowon D2
« Reply #545 on: February 10, 2009, 03:50:27 AM »
these programming skills are like magic for me ;-)

The only programming language i really know is Java. And i haven't heard about any JVM for rockbox. This would be an idea for a nice plugin ;-)!

EDIT:
I'm not the first guy with this idea:
http://www.rockbox.org/tracker/task/7072
http://www.rockbox.org/tracker/task/2903
« Last Edit: February 10, 2009, 03:56:07 AM by vodi »
Logged

Offline store88

  • Member
  • *
  • Posts: 14
Re: Cowon D2
« Reply #546 on: February 10, 2009, 03:59:13 AM »
I'm a java developer too.
newbie of java
just work for 1 year ;D
Logged

Offline outlawman

  • Member
  • *
  • Posts: 4
Re: Cowon D2
« Reply #547 on: February 10, 2009, 10:14:28 AM »
3amsleep, it would be great!
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Cowon D2
« Reply #548 on: February 10, 2009, 12:55:36 PM »
@store88:

The panicf() you get was because the NAND ID driver doesn't have any data for that specific NAND, you'll need to look up what NAND chip corresponds with those identify bytes and add them to nand_id.c

@all:
Please keep this on-topic, Java has nothing to do with Rockbox nor the Cowon D2..
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Cowon D2
« Reply #549 on: February 10, 2009, 01:04:25 PM »
mcuelenaere:  Usually we just delete off topic posts and remind the people posting them of the forum guidelines via PM.  That way threads remain somewhat readable.
Logged

Offline 3amsleep

  • Member
  • *
  • Posts: 13
Re: Cowon D2
« Reply #550 on: February 10, 2009, 02:06:24 PM »
@outlawman

here is the patched rockbox build you asked for, it includes the alternative hold and touchscreen modes, just unzip to your D2 root and overwrite the old .rockbox folder.

http://rapidshare.com/files/196478306/rockbox.zip

enjoy =)
Logged

Offline store88

  • Member
  • *
  • Posts: 14
Re: Cowon D2
« Reply #551 on: February 10, 2009, 08:28:01 PM »
@mcuelenaere
How can I get Nand chip responds

"Unknown NAND: 0xEC 0xD5 0x14 0xB6 0x74"
Is this the responds you mean
Logged

Offline isanggon

  • Member
  • *
  • Posts: 47
Re: Cowon D2
« Reply #552 on: February 11, 2009, 12:01:00 AM »
store88,

How about try to download and use another version of patched firmware. May be There wasn't hardware change on D2.

As I know, all of the D2's hardware are made in korea. And rockbox works well on latest selled version of D2 :)

Logged

Offline store88

  • Member
  • *
  • Posts: 14
Re: Cowon D2
« Reply #553 on: February 11, 2009, 01:38:08 AM »
@isanggon

I only tried 2.57 and 2.59

In addtion, another guy in a chinese forum has the same error as mine.
He or she use 3.57 firmware

@all
I have no brave of taking apart of my D2
I'll try rebuild the source and patch my D2 firmware, but my D2 is in "low battery" status now

I add the following code in nand_id.c
Quote

                                              /* K9GAG08U0 */
    {0xD5, 0x14,             128,            8192,      2048,         64,          2,          3 },

maybe it will not work, but I will try later

and now the error is:
*PANIC*
bmp tag not present
The rockbox I used is the lastest version(February 11, 2009)
« Last Edit: February 11, 2009, 11:48:33 AM by store88 »
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Cowon D2
« Reply #554 on: February 11, 2009, 07:38:15 PM »
store88:

You'll need to look for a datasheet for that specific NAND chip which specifies the needed information to add in nand_id.

The 'bmp tag not present' error is TCC-specific, and AFAIK only shotofadds can help you with that..
Logged

  • Print
Pages: 1 ... 35 36 [37] 38 39 ... 65
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Cowon D2
 

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

Page created in 0.111 seconds with 15 queries.