From: Srinuvasan A <Srinuvasan_A@mentor.com>
To: <isar-users@googlegroups.com>
Cc: <jan.kiszka@siemens.com>, Srinuvasan A <srinuvasan_a@mentor.com>
Subject: [PATCH] README.md: Update QEMU startup script arguments
Date: Fri, 11 Feb 2022 13:46:30 +0530 [thread overview]
Message-ID: <20220211081630.1716303-1-Srinuvasan_A@mentor.com> (raw)
From: Srinuvasan A <srinuvasan_a@mentor.com>
Remove the static arguments of QEMU startup script and update those
field as a dynamic one, this required arch and distro should be feed by
user based on built qemu images.
Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1954d57..7728e64 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,10 @@ Instruction on how to build can be found in the [User Manual](doc/user_manual.md
To test the QEMU image, run the following command:
- $ start_vm -a arm -d stretch
+ $ start_vm -a <arch of your build> -d <distro of your build>
+
+Ex: Architecture of your build could be arm,arm64,i386,amd64,etc.
+ Distribution of your build could be stretch,buster,bullseye,etc.
The default root password is 'root'.
--
2.25.1
next reply other threads:[~2022-02-11 8:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-11 8:16 Srinuvasan A [this message]
2022-02-23 7:26 ` Anton Mikanovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220211081630.1716303-1-Srinuvasan_A@mentor.com \
--to=srinuvasan_a@mentor.com \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox