Having tried for some time now to get information from Rock-Chip with no success, I need your help to get them to listen to our request for firmware extraction.
We can do one of two things,
1. Individually mail the company asking them to release information to us to help us create the extractor.
or
2. Create a mail with a list of people that request the information, and send that to them.
Without this information, the firware extraction cannot proceed, believe me I have tried without it.
I will monitor this thread for ideas,
Regards
Dancemammal
No rating
knob
MPx-a-lolics Anonymous
Hi dancemammal
Sorry to hear you had no luck with this bit, and thanks for all your efforts so far.
If anyone wants to try contacting Rockchip here are 2 email addresses:-
E-mail:support@rock-chips.com
投诉邮箱:customer@rock-chips.com
Pity the company can't see the benefit of providing this information. I'll give them a try myself.
(noticed the website has changed now, the english version seems to have gone altogether)
_________________ WIN: Nationite S:Flo Touch Screen 4GB - MPx Around the World -> here
No rating
makd511
MPx-a-lolics Anonymous
nice to see you again dancemammal
sorry to hear about rockchip but it does not surprise me at all
i have emailed them countless times with no response whatsoever.
doing a mass email to them, would it work, in truth i am unsure that it really would.
i really wonder who makes the firmwares for these players, there may be a co pletely different company designated to doing the software for this hardware, but how to get that info aswell is a mystery
No rating
skat325is
I'm in for helping in whatever you guys decied on doing.
I wish to re-skin my Onda clone, but don't want risk it.
No rating
knob
MPx-a-lolics Anonymous
If anyone is interested I managed to get hold of some RK2608 mp4 player source code in C .
_________________ WIN: Nationite S:Flo Touch Screen 4GB - MPx Around the World -> here
No rating
makd511
MPx-a-lolics Anonymous
dancemammal
since the new version of the rockchip came out (RK2706) i can not use your tool as the images inside are 32bit and the editor can not handle those (for most anyway - ramos rm970 an example) - i currently use a tools called image searh editor)
also i am finding the the new firmwares are now using animated gifs!!! and png files etc
now, is it possible to expand on your current editor and do something do you think to handles these things, we need to be able to get at all images in whatever format they exist in
i am sure you are a busy man but any help on this would be great
the new chip, ingenic/chinachip (ainol v2000se example), has a homebrew extractor the extracts out all images and other files with the click of a button, is this possible
i have several firmwares and also a breakdown of the actual files that make up the firmwares and parts of the firmware, so we are looking at a file callled bmp0.bin, this is the part of the firmware that contains the images only
any ideas
cheers
makd511
No rating
Pesho
Keen on MPx players
Man, that's bad news! I doubt mass-nagging them would work (although im not saying no to it, whatever we can do, we should do it;)) Would that sourcecode knob posted do any good?
No rating
wiRe
some days ago i got access to a rockchip player including the RK260x chip. i took a look on it and found a way to extract the first 0x200 bytes of the first block inside the RFW firmware file (you don't need any informations by the manufacturer to do this, just investigate their protocol and you know how to do it). anyway, i still have problems to understand the RFW file format. against s1mp3 players format, these files don't contain any text strings which would simplify analysis a lot. i investigated the file header and found several entries which point to different blocks inside the file. i also recognized one of these block is the ressource file (e.g. similar to UI30.RES on s1mp3 devices), while others contain program code of the firmware. if anybody can give me more detailed information about the RFW file header and structure, i guess i will be able to write a firmware extractor for the RK260x series. btw. which machine code get's used for the controller, are there any disassemblers?
No rating
Dancemammal
I love my MPx player
Hi All,
I am more than willing to help, perhaps Wire would share what he has learned with the forum, and we can build on what has been discovered.
_________________ WIN: Nationite S:Flo Touch Screen 4GB - MPx Around the World -> here
No rating
Benny
Hi Knob
Im very interested in the first one of your documents (ZSP 400
with instruction set), but it seems the link isn't longer working.
Regards
Benny
No rating
knob
MPx-a-lolics Anonymous
It's still waiting for the site admin to make the link active, then it will be available to you download.
Last edited by knob on Fri Oct 03, 2008 1:23 pm; edited 1 time in total
_________________ WIN: Nationite S:Flo Touch Screen 4GB - MPx Around the World -> here
No rating
Benny
Hi Knob
Tks a lot
Regards
Benny
No rating
wiRe
yes, thnx a lot for this doc. since we know the instruction code set we are able to investigate the firmware files (RFW) to find out where code gets stored and which format gets used to separate between different apps. because the image data get's stored unencrypted directly inside the file (that's why dancemammals editor works) i don't think the code get's encrypted in any way. the update tool directly writes this data to the flash chip, page by page. when you have a quick look at the RFW header, you are able to extract the following content (from file "RockChip_firmware_(PowerPack).zip"):
block 01 (or file 01) get's written to the flash chip directly on every upload. blocks of greater numbers too, but to different places. the last block contains all image ressources. maybe the attribute 6FAEFFB2 is uniqe for ressource data. to be sure on that i have to test this against all other firmware files first. possibly one block contains the bootloader ROM for the RK chip. this one should be detectable, because it directly starts with a JMP instruction in 99% of all cases and it may be of fixed size for all firmwares (how large is the ROM?).
the RFW file header structure i used to retrieve this informations:
any more details about the unkwn0013/0030 fields are appreciated.
does the game-disassembler reads any special application-header, or in other words: do we have more informations how application code get's stored?
No rating
Benny
Hi wiRe
RKP-Format (actually only used for Games with the exception of my
first Test-Programm Data-Viewer) seems to be a special-format of code.
Firmware is a different thing, but uses the same instruction set and
the same processor:
http://www.file-upload.net/download-1154720/402zxds.pdf.html
Regards
Benny
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum