xref: /rkdeveloptool/Readme.txt (revision 76af099afcbcafd97801028de2ba3421d3c12865)
1rkDevelopTool gives you a simple way to read/write rockusb device.let's start.
2
3compile and install
41 download libusb source from https://github.com/libusb/libusb.git
52 go into root of libusb
63 ./autogen.sh (libudev must be installed by apt-get install libudev1 or run cmd "./configure --disable-udev")
74 make && make install
85 go into root of rkDevelopTool
96 make && make install
10
11rkDeveloptool usage,input "rkDevelopTool -h" to see
12
13example:
141.download kernel.img
15./rkDevelopTool db RKXXLoader.bin     //download usbcode to device
16./rkDevelopTool wl 0x8000 kernel.img //0x8000 is base of kernel partition,unit is sector.
17./rkDevelopTool rd                   //reset device