linuxerwang / rkflashkit

rkflashkit is an open source toolkit for flashing Linux kernel images to rockchip rk3066/rk3188/rk3288 etc. based devices. It's programmed with python and gtk2.
214 stars 74 forks source link

./waf debian: no such file or directory. i'm having this issue on linux mint and sudo dpkg also not working. #24

Open bobbycharlton06 opened 2 years ago

Ethanol6 commented 1 year ago

Here's the issue. You don't have that directory. You need to download this git repository, either as a zip or using git clone. Then navigate to the folder rkflashkit in the terminal run ./waf debian

dpkg doesn't work because it's trying to install a .deb package that doesn't exist. The reason it doesn't exist is because the ./waf debian command didn't run.

You'll need to change the dpkg command because the version of rkflashkit that is made is 0.1.5 but the command provided still has 0.1.4 so change the version and it will install.

Once you install rkflashkit, it still won't work because there is a missing python library that I haven't been able to find yet. I'm on Mint as well.