From 0f64b50a90af335e87cff691f5a58938ca5e3545 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Mon, 30 Dec 2024 17:03:00 +0100 Subject: [PATCH] README.md: update command to run Qemu To directly use *.qemuboot.conf. Signed-off-by: Thomas Perrot --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 209bba75..3ec99726 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ The OpenEmbedded/Yocto framework provides a wrapper for QEMU, named `runqemu` in Below examples to use this Qemu over a Kas shell: ```bash -kas shell ./freedom-u-sdk/scripts/kas/qemuriscv64.yml -c "runqemu slirp nographic demo-coreip-cli" -kas shell ./freedom-u-sdk/scripts/kas/qemuriscv64.yml -c "runqemu slirp serialstdio demo-coreip-xfce4" +kas shell ./freedom-u-sdk/scripts/kas/qemuriscv64.yml -c "runqemu slirp nographic tmp/deploy/images/qemuriscv64/demo-coreip-cli-qemuriscv64.rootfs.qemuboot.conf" +kas shell ./freedom-u-sdk/scripts/kas/qemuriscv64.yml -c "runqemu slirp serialstdio tmp/deploy/images/qemuriscv64/demo-coreip-xfce4-qemuriscv64.rootfs.qemuboot.conf" ``` ## Execute runtime tests