mirror of
https://github.com/sharkcz/rkdeveloptool.git
synced 2024-11-22 14:06:47 +01:00
2b17a44a65
Prettify text output |
||
---|---|---|
cfg | ||
.gitignore | ||
boot_merger.h | ||
config.ini | ||
configure.ac | ||
crc.cpp | ||
DefineHeader.h | ||
Endian.h | ||
gpt.h | ||
license.txt | ||
main.cpp | ||
Makefile.am | ||
parameter_gpt.txt | ||
Property.hpp | ||
Readme.txt | ||
RKBoot.cpp | ||
RKBoot.h | ||
RKComm.cpp | ||
RKComm.h | ||
RKDevice.cpp | ||
RKDevice.h | ||
RKImage.cpp | ||
RKImage.h | ||
RKLog.cpp | ||
RKLog.h | ||
RKScan.cpp | ||
RKScan.h |
rkdeveloptool gives you a simple way to read/write rockusb device.let's start. compile and install 1 install libusb and libudev sudo apt-get install libudev-dev libusb-1.0-0-dev dh-autoreconf 2 go into root of rkdeveloptool 3 autoreconf -i 4 ./configure 5 make rkdeveloptool usage,input "rkdeveloptool -h" to see example: 1.download kernel.img sudo ./rkdeveloptool db RKXXLoader.bin //download usbplug to device sudo ./rkdeveloptool wl 0x8000 kernel.img //0x8000 is base of kernel partition,unit is sector. sudo ./rkdeveloptool rd //reset device