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 |
It's still waiting for the site admin to make the link active, then it will be available to you download. :wink:
in the meantime it's here:- Zsp400 Technical Manual |
Hi Knob
Tks a lot Regards Benny |
Re: Anyone who wants rockchip firmware extractor read this
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"):
Code:
id: ROCK260xthe RFW file header structure i used to retrieve this informations: Code:
typedef struct {does the game-disassembler reads any special application-header, or in other words: do we have more informations how application code get's stored? |
Re: Anyone who wants rockchip firmware extractor read this
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-...2zxds.pdf.html Regards Benny |
Re: Anyone who wants rockchip firmware extractor read this
|
i can't effort the time to continue the rockchip firmware extractor, thus i uploaded all rockchip-related sources to my svn repo.
you can find the link to sourceforge on my page: http://www.s1mp3.de/ |
| All times are GMT -7. The time now is 10:53 am. |
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2