Firmware Name: RockChip IDE for Development
Rating: ★★★☆☆
Last Updated:2008-08-14
Downloads: 15
Hi all,
Im searching a way to develop new Rockchip firmware, to my Onda clone player, Ill not wait for a new firmware, and ill develop a new one.
I see the rock project, but had a ugly interface.
If we can get the development interface, we can dissasemble the original firmware and write a new one.
I had searched into the internet (google/emule/etc..) and not find anything
If any know about this, please tellme
Tks.
Pedro H. Matheus
Hi Pedro
You need to contact Rockchip electronics, everything you need to know is here in this thread:-
http://www.mympxplayer.org/anyone-who-wants-rockchip-firmware-extractor-read-this-vt10186.html
This is something many have tried to do without success, brands like Teclast and Onda and now Microsoft will have this SDK because they make upgrades to the basic Rockchip firmware, but I suspect it comes at a price.
The firmware itself is coded in C and there is a datasheet in the download section.
The code I believe is based on the ZSP400 Digital Signal Processor
Architecture and I do have a technical manual with its instruction set.
The problem is the code is packed into the .rfw file, signed with a 13 byte MD5 checksum at the end and is unpacked by consumerUpdate during the flashing process, so you would need to hack consumerUpdate first.
I wish you the best of luck!
Regards knob