From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 25 Aug 2023 15:09:44 +0200 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 1qZWZN-008UBi-NA for lore@lore.pengutronix.de; Fri, 25 Aug 2023 15:09:44 +0200 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 1qZWZL-0001aq-Ia; Fri, 25 Aug 2023 15:09:43 +0200 Received: from pty.hi.pengutronix.de ([2001:67c:670:100:1d::c5]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qZWZK-0001ac-VN; Fri, 25 Aug 2023 15:09:42 +0200 Received: from rsc by pty.hi.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1qZWZK-00EXA2-HG; Fri, 25 Aug 2023 15:09:42 +0200 Date: Fri, 25 Aug 2023 15:09:42 +0200 From: Robert Schwebel To: Roland Hieber Message-ID: References: <20230825110310.2948272-1-rhi@pengutronix.de> <20230825110310.2948272-8-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230825110310.2948272-8-rhi@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [DistroKit] [PATCH v5 7/7] v7a: run: start with barebox by default 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 Applied to next On Fri, Aug 25, 2023 at 01:03:10PM +0200, Roland Hieber wrote: > Booting via 9p results in a machine that feeld very differently than any > other boards in platform-v7a, mainly because there is no data partition, > no barebox-state, and therefore no RAUC support. All of this is possible > by booting from the emulated SD card image through barebox. > > Default to barebox so that qemu-vexpress feels as much as possible like > booting from other boards. > > Signed-off-by: Roland Hieber > --- > configs/platform-v7a/run | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/platform-v7a/run b/configs/platform-v7a/run > index 004706ddaf59..3874a7b2f0af 100755 > --- a/configs/platform-v7a/run > +++ b/configs/platform-v7a/run > @@ -177,7 +177,7 @@ run_qemu_barebox() { > "${QEMU_BAREBOX_ARGS[@]}" > } > > -target="${1:-9p}" > +target="${1:-barebox}" > > #set -x > run_qemu_${target} > -- > 2.39.2 > > > -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |