meta-rauc-community icon indicating copy to clipboard operation
meta-rauc-community copied to clipboard

Yocto/OpenEmbedded meta layer with examples for integration of RAUC, the embedded Linux A/B update framework

Results 14 meta-rauc-community issues
Sort by recently updated
recently updated
newest added

I was wondering if it would be good to remount boot as ro after rauc-mark-good runs? SD corruption in /boot has bitten me a few times so I made a...

Currently we have been using `meta-rauc-community` and it works fine, the A/B partitioning scheme and OTA updates work as well (we use RAUC). Since there is only a single partition...

Add instructions how to move the Linux kernel to the rootfs on Raspberry Pi and to update with a RAUC bundle #12

Feature request: Add support to kirkstone ``` meta-rauc-community: url: "https://github.com/rauc/meta-rauc-community.git" branch: master path: layers/meta-rauc-community layers: meta-rauc-tegra: ``` ERROR: Layer meta-rauc-tegra is not compatible with the core layer which only supports...

hello. im trying to add rauc ota support for my imx8x board. following this: https://github.com/rauc/meta-rauc-community/tree/master/meta-rauc-nxp ``` INIT_MANAGER = "systemd" IMAGE_INSTALL:append = " rauc" DISTRO_FEATURES:append = " rauc" IMAGE_FSTYPES:append = "...

Is anyone working on support for the Raspberry Pi 5? Yocto support exists in the meantime. But no U-Boot. A good summary can be found here in the Mender forum:...

* Fix typo in README * Fix typo in compatible name

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-directory=/data/ [keyring] path=/etc/rauc/ca.cert.pem [slot.update.0] device=/dev/mmcblk0p2 type=raw bootname=update [slot.main.1] device=/dev/mmcblk0p3 type=ext4 bootname=main ``` and wks.in: ``` part /boot...

I'm trying to build the casync bundle in Yocto, but I'm facing an error that says "Unknown option --ignore-image=boot". Upon further investigation, I found that this option was added to...

### Discussed in https://github.com/rauc/meta-rauc-community/discussions/68 Originally posted by **Oats-max** August 30, 2023 MACHINE: p3768-0000-p3767-0004 branch : kirkstone [...] ``` # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly POKY_BBLAYERS_CONF_VERSION =...

bug