the input file of write lba command may not 128 aligned. that may cause write
lba command fail. remove the judge to fix this issue.
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
now we use preinstalled libusb and libudev when build rkdeveloptool. update
readme file to meet it.
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
most people don't want to build other when build this simple rkdeveloptool. so
we should use preinstalled libusb and libudev by default.
now we can install libusb and libudev with below command.
sudo apt-get install libudev-dev libusb-1.0-0-dev
then make. you will get rkdevelop.
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>