Skip to content

Commit

Permalink
README.md: update command to run Qemu
Browse files Browse the repository at this point in the history
To directly use *.qemuboot.conf.

Signed-off-by: Thomas Perrot <[email protected]>
  • Loading branch information
tprrt committed Dec 31, 2024
1 parent 44556b8 commit 0f64b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f64b50

Please sign in to comment.