Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./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 this issue Feb 27, 2022 · 1 comment

Comments

@bobbycharlton06
Copy link

No description provided.

@Ethanol6
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants