-
Using the latest milestone snapshot of hawkbit and the s3 extension from this repository results in extremely poor performance (down to it not really working) for byte-range requests.
Casual inspec…
-
Hello All,
We have requirement where our device will update its software using "rauc install" command by connecting to server over HTTPS.
Since this is done in local network (PC directly connect…
-
**Is your feature request related to a problem? Please describe.**
Currently `man rauc` mentions `/etc/rauc/system.conf` and that it has an ini style format. Although it does no cover the sections …
-
**Describe the bug**
Running e.g. `rauc info` (and others, e.g. `resign`) failes for `plain` bundles with `unable to find mounted device for bundle`, if the bundle file is on a BTRFS volume (with sub…
-
When executing `rauc status`, the following debug message is printed alongside the status on a system using UBIFS:
```
root@hostname:~# rauc status
rauc-Message: 09:24:49.256: Failed to resolve rea…
-
Hello @romainreignier ,
I am also currently working with meta-rauc intergration to a 0x86 architecture.
Are you able to make this work completely?
I may be wrong, but what I assume is shouldn't we …
-
The Linux kernel reports version 5.10.4, which was released in December 2020. That means it's missing almost 4 years of critical security fixes. The system firmware needs to be maintained to be more c…
-
I try using the [asymmetric slots](https://rauc.readthedocs.io/en/latest/scenarios.html#asymmetric-slots) scenario.
My system.conf:
```
[system]
compatible=RaspberryPi4
bootloader=uboot
data-dir…
-
In `cms_verify_file()` function we use `g_bytes_new_from_bytes()` to allocate memory for checksum verification: https://github.com/rauc/rauc/blob/master/src/signature.c#L890
As this attempts to al…
-
I've just watched Christopher Obbard's talk from ER 2022 (https://www.youtube.com/watch?v=467kgcSxDf0) and want to look into debos a little more. In the talk, it's recommended that apt is removed for …