-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add support for delta-source-fat-* directives #202
Conversation
0e5227c
to
0349b61
Compare
0349b61
to
8aec2cc
Compare
Whoa!!! I didn't expect a PR. Thank you!!! I've been trying my best to finish off one OSS task on my plate before starting fwup work. Fwup is definitely next on my list, but I'm going to get the other one in a good spot to take a break from it today. This PR is too good. I need to get in it this weekend. |
@fhunleth glad you appreciate :) I really need to strip down OTA updates, and linux kernel is big, hence my PR. |
@fhunleth I've added a ticket for making NervesHub compatible nerves-hub/nerves_hub_web#885 |
...and this one for nerves' firmware.patch task nerves-project/nerves#856 |
With the following patch fwup-home/fwup#202 , fwup is able to apply delta updates on FAT resources. This patch update firmware.patch mix task to create firmware patches including FAT resources delta updates.
@jeanparpaillon I rebased, updated it to work with xdelta bounds checking code from another PR, and removed some code that wasn't needed. It's in |
With the following patch fwup-home/fwup#202 , fwup is able to apply delta updates on FAT resources. This patch update firmware.patch mix task to create firmware patches including FAT resources delta updates.
With the following patch fwup-home/fwup#202 , fwup is able to apply delta updates on FAT resources. This patch update firmware.patch mix task to create firmware patches including FAT resources delta updates.
With the following patch fwup-home/fwup#202 , fwup is able to apply delta updates on FAT resources. This patch update firmware.patch mix task to create firmware patches including FAT resources delta updates.
Closes #201