View Single Post
  #471 (permalink)  
Old 12th Nov 2009, 4:11 am
AleMaxx AleMaxx is offline
Member
Keen on MPx players
 
Join Date: Sep 2007
Posts: 68
Default

Quote:
1) I have a player with 2608a chip, can I develop for it?
I think so, the folder "RK225_Dict" (in the SDK archive) contains the rk2608 firmware afaik.
Quote:
2) I am more into modifying the firmware (at least the main menu) as well as developing new applications/games. Is that possible?
The firmware is in there (see above).
Quote:
3) What compiler should I use? Can GCC for ARM do it?
I havent been working on the rk2608 but I think its a 8051 + zsp400 dsp combo. So you will need those compilers.
Quote:
4) In what page, in this thread, should I start reading (47 pages are too much to follow)
I recommend reading the source and I think there is a rk2608 datasheet available somewhere.
Quote:
5) Any instructions on how to compile and build games?
Ask wizard or knob, I think there is some special app available that lets you compile rkp-games.
Quote:
6) Any instructions on how to compile/build the firmware? I know there is a custom firmware around , where can I get it.
There should be some kind of Makefile or project file in the firmware source so you might just try that.

Regards
Reply With Quote