-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
Generate .dfu files #1058
Generate .dfu files #1058
Conversation
@tormodvolden |
Debian/Ubuntu ships dfuse-pack but doesn't install it in the path (yet?), you can pick it from /usr/share/doc/dfu-util/examples/dfuse-pack.py.gz (and uncompress). |
On the other hand their current version is so old you're better off picking it from upstream like you did :) Did you pretty-format the script? |
Haha, honestly didnt dig much except to find it wasnt in path; shrugged and pulled it in. I did format it as habit though (by virtue of opening it once in vscode and hitting save as habit). |
I'll pick up the reformatting upstream, with your authorship, if that's fine with you. I have a dfu-util 0.11 including dfuse-pack.py in my PPA, using the package source " |
Oh the reformatting is done by tooling so I don't really need credit tbqh. Do you expect the PPA to be around for the long term 😂 (Well at least until ubuntu puts it as part of the main package?) If so, happy to swap to it |
Yes, the PPA has been around for ages and touch wood it will. |
Eugh the PPA requires a chunk more work to load in as need to either pull in keys or install the ppa helper I believe (which increase image size and runtime of CI) 😢 |
@tormodvolden |
Instead of using the ppa helper, you can import the PPA key with this, probably without new dependencies:
|
Adding in dfu files that have the dfu suffix
Will drop bin files once these are known to work.
Fixes #1050