tags:

views:

223

answers:

1

Is there a way to code for the Cowon D2 that does not involve flash? Please provide links to the tools, and list out the process.

Edit: Primarily, I'm not interested in reworking an OS, or starting from the ground up, I just want to write stuff that will work w/in the OS Cowon has provided, without fighting the limitations that come with Flash-lite.

+2  A: 

Rockbox is an open source firmware replacement for many mp3 players, and they apparently have a port in progress for the D2. Here is the info they have collected for it:

http://www.rockbox.org/twiki/bin/view/Main/CowonD2Info

If you dig around (maybe email some of the devs), you're sure to find out the tools they used to do this. They will have created a custom bootloader from the original firmware in order to get Rockbox running (which is coded mostly in C). If you can figure that out, you could fork the bootloader to start running your own code. They are always looking for help if you're really interested. Rockbox is a great project.

If you are looking to code for the original firmware, then I'm sorry, I couldnt find any information about that. Cowon themselves might be a good place to ask.

If you're looking for a large community of Cowon D2 users, see here:

iAudiophile.net Cowon D2 forum

Hope this helps.

etchasketch
I'm updating my question. Primarily, I'm not interested in reworking an OS, I just want to write stuff that will work w/in the OS Cowon has povided.
torial