├── GNUmakefile ├── README.md ├── flash_kernel.sh ├── rkflashtool.c └── rkflashtool.txt /GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Galland/rkflashtool_rk3066/HEAD/GNUmakefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Galland/rkflashtool_rk3066/HEAD/README.md -------------------------------------------------------------------------------- /flash_kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Galland/rkflashtool_rk3066/HEAD/flash_kernel.sh -------------------------------------------------------------------------------- /rkflashtool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Galland/rkflashtool_rk3066/HEAD/rkflashtool.c -------------------------------------------------------------------------------- /rkflashtool.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Galland/rkflashtool_rk3066/HEAD/rkflashtool.txt --------------------------------------------------------------------------------