This modified repository hosts tools for Arnova tablet development from
https://github.com/justgr/arnova-tools
to support rk3066 Android dongles.
Use install-debian.sh to install dependecies and type make to build it
RK3188 support thanks to Omegamoon.
Originally from http://forum.xda-developers.com/showthread.php?t=1286305
If a new version appears, please create a fork of this repo, add changes, and request a pull. The changes will be merged into this repository. If the original author also sets up a repository, please let me know.
Modified by Astralix to add some more informative console output
Modified by Astralix to add parameters readout command 'p'
Added in Omegamoon's RK3188 parameters.
Merged in the "erase" function from Galland's rkflashtool_rk3066 (thesawolf)
Read parameters:
command usage:
rkflashtool b reboot device
rkflashtool r offset size >file read flash
rkflashtool w offset size <file write flash
rkflashtool m offset size >file read 0x80 bytes DRAM
rkflashtool i offset blocks >file read IDB flash
rkflashtool p >file fetch parameters
rkflashtool e offset size erase flash (fill with 0xff)
offset and size are in units (blocks) of 512 bytes