All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Raghavendra, Vignesh" <vigneshr@ti.com>
To: Denys Dmytriyenko <denis@denix.org>, <anshuld@ti.com>
Cc: <meta-arago@lists.yoctoproject.org>, <denys@konsulko.com>,
	<reatmon@ti.com>
Subject: Re: [meta-arago][scarthgap][PATCH RFC 0/4] Add support for SWUpdate
Date: Wed, 3 Dec 2025 19:37:55 +0530	[thread overview]
Message-ID: <8f848b91-5e75-42f4-9606-004f7bd7dd0f@ti.com> (raw)
In-Reply-To: <20251202205914.GE11121@denix.org>

Hi Denys,

On 12/3/2025 2:29 AM, Denys Dmytriyenko wrote:
> On Tue, Dec 02, 2025 at 04:45:57PM +0530, Anshul Dalal via lists.yoctoproject.org wrote:
>> Hi all,
>>
>> This RFC adds support for SWUpdate[1] to meta-arago, this provides us with OTA
>> updates with A/B redundancy for the rootfs.
>>
>> For now the support is enabled for eMMC boot only based on the 'ti-swupdate'
>> override. The below steps can be used to test this RFC on an AM62x EVM:
>>
>>  1. Add 'meta-swupdate' layer[2] to the SDK sources directory.
>>
>>  2. Since the bootloader side changes have not been merged to ti-u-boot yet,
>>     make use of the 'swupdate' branch from my own U-Boot fork[3].
>>
>>  3. Enable 'swupdate' support by setting the 'ti-swupdate' override in
>>     local.conf as follows:
>>
>>       DISTROOVERRIDES:append = ":ti-swupdate"
>>
>>  4. Flash the U-Boot binaries to the correct offsets on boot0 partition as
>>     per the docs[4] and run 'env save' on first boot to save the environment to
>>     eMMC's hw partition.
> Why not use a more established A/B solution, such as RAUC (or even Mender)?
> 

SWUpdate is still the most widely requested option from users of TI K3
SoC. Its a more versatile than RAUC as it provides flexibility wrt image
level vs file vs block level updates.

AFAIK, Both RAUC and SWUpdate are equally powerfully and well
established. Could you help me understand why RAUC is more established
than SWUpdate?

AGL seems to be on OSTree. OpenWRT, CIP is SWUPdate. Buildroot supports
both (default is SWUpdate), so there isnt a common theme. Though
SWUpdate seems more common in industrial focused distro space as far as
my knowledge goes.

Mender is a different story though, its open source but has commercial
element to it. And at least K3 based beagle devices are already
supported via mender.io [1].

[1] https://hub.mender.io/t/board-support-index/5742

Regards
Vignesh



  reply	other threads:[~2025-12-03 14:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-02 11:15 [meta-arago][scarthgap][PATCH RFC 0/4] Add support for SWUpdate Anshul Dalal
2025-12-02 11:15 ` [meta-arago][scarthgap][PATCH RFC 1/4] swupdate: add systemd service to rootfs Anshul Dalal
2025-12-02 11:15 ` [meta-arago][scarthgap][PATCH RFC 2/4] swupdate: add creation of update image Anshul Dalal
2025-12-02 11:16 ` [meta-arago][scarthgap][PATCH RFC 3/4] swupdate: add bootloader support Anshul Dalal
2025-12-02 19:23   ` Andrew Davis
2025-12-03 10:16     ` Anshul Dalal
2025-12-03  5:58   ` Yogesh Hegde
2025-12-03 10:23     ` Anshul Dalal
2025-12-02 11:16 ` [meta-arago][scarthgap][PATCH RFC 4/4] swupdate: enable authentication for update image Anshul Dalal
2025-12-02 20:59 ` [meta-arago][scarthgap][PATCH RFC 0/4] Add support for SWUpdate Denys Dmytriyenko
2025-12-03 14:07   ` Raghavendra, Vignesh [this message]
2026-05-29 12:33 ` Romain Naour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8f848b91-5e75-42f4-9606-004f7bd7dd0f@ti.com \
    --to=vigneshr@ti.com \
    --cc=anshuld@ti.com \
    --cc=denis@denix.org \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.