* [PATCH] README.md: Update QEMU startup script arguments
@ 2022-02-11 8:16 Srinuvasan A
2022-02-23 7:26 ` Anton Mikanovich
0 siblings, 1 reply; 2+ messages in thread
From: Srinuvasan A @ 2022-02-11 8:16 UTC (permalink / raw)
To: isar-users; +Cc: jan.kiszka, Srinuvasan A
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] README.md: Update QEMU startup script arguments
2022-02-11 8:16 [PATCH] README.md: Update QEMU startup script arguments Srinuvasan A
@ 2022-02-23 7:26 ` Anton Mikanovich
0 siblings, 0 replies; 2+ messages in thread
From: Anton Mikanovich @ 2022-02-23 7:26 UTC (permalink / raw)
To: Srinuvasan A, isar-users; +Cc: jan.kiszka
11.02.2022 11:16, Srinuvasan A wrote:
> 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>
Applied to next, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-23 7:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 8:16 [PATCH] README.md: Update QEMU startup script arguments Srinuvasan A
2022-02-23 7:26 ` Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox