absolutely no warranty. you have to know how to unbrick your device. only for developers.
is the official toolchain.
make rk3288_config make
is the official toolchain.
make rk30xx
enter fastboot mode e.g.
rkflashtool b 0xf6
unlock fastboot (first time only)
fastboot -i 0x2207 oem unlock fastboot -i 0x2207 oem unlock_accept
boot kernel
fastboot -i 0x2207 boot zImage
rkflashtool M 0x62000000 0x1000000 < ramdisk.img rkflashtool M 0x63000000 0x1000000 < kernel.img rkflashtool M 0x64000000 0x1000000 < parameter.img rkflashtool B 0x63000000 0x64000000
you may omit rkcrc header from ramdisk and/or parameter.
if you omit rkcrc header from kernel, it will not be relocated to the load address described in KERNEL_IMG: line in parameter. (i.e. kernel needs to be coded to start at 0x63000000 in above case)