RK3066 hack source

http://d.hatena.ne.jp/kinneko/20130316/p1の更新

とりあえず、まとめておく。


info:
http://www.cnx-software.com/2012/11/04/rockchip-rk3066-rk30xx-processor-documentation-source-code-and-tools/


docs:
http://yuandao-n90-window-dual-core-2.googlecode.com/files/RK30xx_TRM_Rev2_0_p25_38.pdf
http://yuandao-n90-window-dual-core-2.googlecode.com/files/RK3066_MID.pdf
http://yuandao-n90-window-dual-core-2.googlecode.com/files/RK3066_datasheet_brief.pdf


kernel:
https://s3.amazonaws.com/tabletfirmwares/GPL/GPL_Edison.tar.gz

https://github.com/omegamoon/rockchip-rk30xx-mk808
https://github.com/omegamoon/rockchip-rk30xx-mk808/archive/master.zip

https://github.com/AndrewDB/rk3066-kernel (from Rikomagic)


kernel 3.0.36:
bq Curie用:http://www.bqreaders.com/productos/curie.html
https://s3.amazonaws.com/tabletfirmwares/GPL/bqCurie_GPL.tar.gz
https://github.com/crewrktablets/rk3x_kernel_3.0.36


tools:
https://github.com/rk3066/rk-tools
https://github.com/rk3066/rk-tools/archive/master.zip

	$ cd rk-tools 
	$ sudo apt-get install libssl-dev libcrypto++-dev 
	$ make

	afptool - Tool to unpack and pack the firmware files
		Command line:
			afptool -pack xxx update.img
			afptool -unpack update.img xxx

	img_maker - Tool to create rkimage files (and it seems to convert 
		the old firmware format to the new firmware format)
		Command line: img_maker [-rk30|-rk29] [loader] [major version] 
			[minor version] [subversion] [old image] [out image]

	img_unpack - A tool to unpack (new format) firmware images
		Command line: ./img_unpack <source> <destination>

	mkkrnlimg - Tool to pack and unpack Kernel images (Also part of 
		omegamoon github account in binary form).
		Command line: ./mkkrnlimg [-a|-r] <input> <output>


rkflashtool:
https://github.com/justgr/arnova-tools/tree/master/rkflashtool

Rooting the Cube U30GT rk3066 android tablet
http://valentijn.sessink.nl/?p=382

http://sourceforge.net/projects/rkflashtool/
http://rkflashtool.svn.sourceforge.net/


android:
http://service.i-onik.de/a09_source_1.5.tar.gz 2.4GB 4.0.4 ICS
http://service.i-onik.de/a09dc_rk3066_1.5.tar.gz 1.3GB


ICS? for N70:
https://github.com/android-rk3066


RK29: cm_device_rockchip_rk29board
https://github.com/Morka-59/cm_device_rockchip_rk29board