From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 25 Aug 2023 12:16:07 +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 1qZTrM-008L1J-Si for lore@lore.pengutronix.de; Fri, 25 Aug 2023 12:16:07 +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 1qZTrK-0004x8-Vf; Fri, 25 Aug 2023 12:16:06 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qZTrE-0004ui-TQ for distrokit@pengutronix.de; Fri, 25 Aug 2023 12:16:00 +0200 Received: from [2a0a:edc0:0:900:1d::45] (helo=ginster) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1qZTrE-001UM4-9R for distrokit@pengutronix.de; Fri, 25 Aug 2023 12:16:00 +0200 Received: from jbe by ginster with local (Exim 4.94.2) (envelope-from ) id 1qZTrD-0007bD-Fr for distrokit@pengutronix.de; Fri, 25 Aug 2023 12:15:59 +0200 From: Juergen Borleis To: distrokit@pengutronix.de Date: Fri, 25 Aug 2023 12:15:57 +0200 Message-Id: <20230825101559.29166-1-jbe@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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: , 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 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