liuyi c29e5f0fb3 1.correct grow partition size error
2.correct backup gpt error
3.add set fixed partition uuid function with parameter_gpt.txt

Signed-off-by: liuyi <liuyi@rock-chips.com>
2017-08-04 16:34:22 +08:00
2017-04-11 18:21:54 +08:00
2017-04-11 18:21:54 +08:00
2017-04-11 18:21:54 +08:00
2017-03-07 16:12:52 +08:00
2017-04-11 18:21:54 +08:00
2017-03-07 16:12:52 +08:00
2017-08-04 16:34:22 +08:00
2017-04-11 18:21:54 +08:00
2017-03-07 16:12:52 +08:00
2017-03-07 16:12:52 +08:00
2017-03-07 16:12:52 +08:00
2017-08-04 16:34:22 +08:00
2017-08-04 16:34:22 +08:00
2017-03-07 16:12:52 +08:00
2017-03-07 16:12:52 +08:00
2017-03-07 16:12:52 +08:00
2017-03-07 16:12:52 +08:00
2017-04-18 10:13:25 +08:00
2017-03-07 16:12:52 +08:00
2017-03-07 16:12:52 +08:00

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
Description
No description provided
Readme 216 KiB
Languages
C++ 94.8%
C 3.9%
CMake 0.7%
M4 0.3%
Makefile 0.3%