Skip to content

flatmax/rkdeveloptool

This branch is 1 commit ahead of, 14 commits behind rockchip-linux/rkdeveloptool:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 24, 2017
Mar 24, 2017
Mar 17, 2018
Apr 30, 2018
Apr 8, 2021
Mar 7, 2017
Oct 10, 2017
Mar 7, 2017
Apr 8, 2021
Mar 7, 2017
Mar 28, 2018
Aug 31, 2020
Jan 22, 2021
Jan 22, 2021
Mar 7, 2017
Mar 7, 2017
Apr 25, 2017
Apr 18, 2017
Mar 17, 2018
Mar 7, 2017
Oct 26, 2020
Apr 18, 2017
Apr 30, 2018
Apr 25, 2017
Apr 8, 2021
Apr 11, 2017
Apr 11, 2017
Mar 7, 2017
Mar 6, 2022
Aug 4, 2017

Repository files navigation

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.aclocal
4.autoreconf -i
5.autoheader
5.automake --add-missing
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

compile error help
if you encounter the error like below:
./configure: line 4269: syntax error near unexpected token `LIBUSB1,libusb-1.0'
./configure: line 4269: `PKG_CHECK_MODULES(LIBUSB1,libusb-1.0)'

You should install pkg-config libusb-1.0:
	sudo apt-get install pkg-config libusb-1.0 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.4%
  • C 4.4%
  • Other 1.2%