-
Notifications
You must be signed in to change notification settings - Fork 5
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
Does goosbit support RAUC packages? #131
Comments
I think this should be possible, looking at the RAUC docs and considering we implement the hawkbit DDI API for the most part, it seems like they should be mostly compatible. The main things to do here will be:
|
Maybe look at what's needed to adapt swdesc.py to work with rauc. |
Looks like the images are a Reference for image types is here - https://rauc.readthedocs.io/en/latest/reference.html#sec-ref-formats Other than that, it will just be a matter of identifying files as RAUC or SWU format, the we need to look at what information we actually want out of the RAUC manifest. |
Regarding parsing the manifest file, here's the spec for that, seems like TOML - https://rauc.readthedocs.io/en/latest/reference.html#sec-ref-manifest |
Hello,
We are currently using Hawkbit for our machine updates with RAUC packages. We think of migrating to goosebit and use it in a production environment but from our first staging trials we noticed that it only supports SWUpdates packages.
Is it possible to provide another format for updates?
The text was updated successfully, but these errors were encountered: