From patchwork Wed Aug 31 11:21:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ulrich_=C3=96lmann?= X-Patchwork-Id: 14280 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org From: =?utf-8?q?Ulrich_=C3=96lmann?= Subject: [PATCH] scripts/runqemu.README: fix typos and trailing whitespaces Date: Wed, 31 Aug 2022 13:21:26 +0200 Message-Id: <20220831112126.4025400-1-u.oelmann@pengutronix.de> MIME-Version: 1.0 List-id: To: OpenEmbedded Core Developers Cc: =?utf-8?q?Ulrich_=C3=96lmann?= Signed-off-by: Ulrich Ölmann --- scripts/runqemu.README | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/runqemu.README b/scripts/runqemu.README index da9abd7dfbfc..e5f4b4634cba 100644 --- a/scripts/runqemu.README +++ b/scripts/runqemu.README @@ -1,12 +1,12 @@ Using OE images with QEMU ========================= -OE-Core can generate qemu bootable kernels and images with can be used +OE-Core can generate qemu bootable kernels and images which can be used on a desktop system. The scripts currently support booting ARM, MIPS, PowerPC -and x86 (32 and 64 bit) images. The scripts can be used within the OE build -system or externaly. +and x86 (32 and 64 bit) images. The scripts can be used within the OE build +system or externally. -The runqemu script is run as: +The runqemu script is run as: runqemu @@ -15,13 +15,13 @@ where: is the machine/architecture to use (qemuarm/qemumips/qemuppc/qemux86/qemux86-64) is the path to a kernel (e.g. zimage-qemuarm.bin) is the path to an ext2 image (e.g. filesystem-qemuarm.ext2) or an nfs directory - -If isn't specified, the script will try to detect the machine name + +If isn't specified, the script will try to detect the machine name from the name of the file. If isn't specified, nfs booting will be assumed. -When used within the build system, it will default to qemuarm, ext2 and the last kernel and +When used within the build system, it will default to qemuarm, ext2 and the last kernel and core-image-sato-sdk image built by the build system. If an sdk image isn't present it will look for sato and minimal images. @@ -31,7 +31,7 @@ Full usage instructions can be seen by running the command with no options speci Notes ===== - - The scripts run qemu using sudo. Change perms on /dev/net/tun to + - The scripts run qemu using sudo. Change perms on /dev/net/tun to run as non root. The runqemu-gen-tapdevs script can also be used by root to prepopulate the appropriate network devices. - You can access the host computer at 192.168.7.1 within the image.