From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 13 Feb 2023 08:48:44 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pRTZt-005zku-VO for lore@lore.pengutronix.de; Mon, 13 Feb 2023 08:48:44 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pRTZr-00018D-BQ; Mon, 13 Feb 2023 08:48:43 +0100 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRTZm-00017z-Kk; Mon, 13 Feb 2023 08:48:38 +0100 Received: from mfe by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1pRTZm-0002xQ-Cq; Mon, 13 Feb 2023 08:48:38 +0100 Date: Mon, 13 Feb 2023 08:48:38 +0100 From: Marco Felsch To: Roland Hieber Message-ID: <20230213074838.5m3v6lncfnlbkv6k@pengutronix.de> References: <20230212221449.1644628-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230212221449.1644628-1-rhi@pengutronix.de> User-Agent: NeoMutt/20180716 Subject: Re: [DistroKit] [PATCH 0/8] v7a: add redundant update support via RAUC X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hi Roland, On 23-02-12, Roland Hieber wrote: > With this patch series, the first v7a platforms (beaglebone black, riotboard, > rpi3, qemu-vexpress) gain support for redundant boot on two root partitions > which can be updated with RAUC. can we move the projectroot stuff within the platform-v7a? Regards, Marco