From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 25 Aug 2023 12:49:52 +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 1qZUO1-008MVT-Gf for lore@lore.pengutronix.de; Fri, 25 Aug 2023 12:49:52 +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 1qZUNz-0000lE-Gc; Fri, 25 Aug 2023 12:49:51 +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 1qZUNx-0000l4-Ha; Fri, 25 Aug 2023 12:49:49 +0200 Received: from rsc by pty.hi.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1qZUNx-00EU3H-3E; Fri, 25 Aug 2023 12:49:49 +0200 Date: Fri, 25 Aug 2023 12:49:49 +0200 From: Robert Schwebel To: Juergen Borleis Message-ID: References: <20230825101559.29166-1-jbe@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230825101559.29166-1-jbe@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 1/3] arch: fastboot: testing: fix typos 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 12:15:57PM +0200, Juergen Borleis wrote: > Signed-off-by: Juergen Borleis > --- > doc/testing.rst | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/doc/testing.rst b/doc/testing.rst > index afa1be8..83bdb71 100644 > --- a/doc/testing.rst > +++ b/doc/testing.rst > @@ -5,19 +5,19 @@ Sometimes a quick test should be done: a new kernel feature or a tool > should be tested on a real target. > > If the target suports USB OTG (or peripheral mode) or network, 'fastboot' > -can be an easy to use solution. > +can be an easy-to-use solution. > > 'fastboot' support > ------------------ > > For a fast development or testing cycle you can use 'fastboot' via > -USB or networt to transfer the required parts to the target system. > +USB or network to transfer the required parts to the target system. > > Here we want to run a Linux kernel and a corresponding root filesystem, > -without writing target system local memories againg and again for each > +without writing target system local memories again and again for each > development or test cycle. > > -In this text, we transfer the required files to the target system > +In this test, we transfer the required files to the target system > which only needs to run a 'fastboot' capable bootloader. > > Since we want to use an initramfs as the kernel's root filesystem, we > @@ -76,7 +76,7 @@ And we want run the downloaded files, so we need: > BSP > --- > > -Create a initramf of the root filesystem: > +Create an initramf of the root filesystem: > > - PTXCONF_IMAGE_ROOT_CPIO = y > > @@ -100,7 +100,7 @@ Some BPS settings do not make sense regarding used in an initramfs instead > of a persistent target system local memory. For development or testing some > settings should be changed, to reduce the file sizes and boot time. > > -The Linux kernel will be transfered separately, so it makes less sense to > +The Linux kernel will be transferred separately, so it makes less sense to > have it in the root filesystem as well. This will reduce the size of the > initramfs. > > @@ -128,7 +128,7 @@ size hits some threshold. In this case, there are some additional requirements > to the size of the file itself: its size must be a multiple of 4 kiB. > > Note: if this additional requirement isn't met, the error message is > - missleading and states about an 'invalid value' after the first > + misleading and states about an 'invalid value' after the first > transfer. > > Most of the time the initramfs file hits the threshold. Thus, it must > -- > 2.30.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 |