From a1ce9c028b4316643a99a64b93523dae85ebe40c Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Tue, 31 Oct 2023 08:49:35 -0600 Subject: [PATCH] README.booting.md: Update boot instructions using slirp mode Update boot instructions using slirp mode when tap devices are not configured. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- README.booting.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.booting.md b/README.booting.md index 0f96a1385..a632d7f93 100644 --- a/README.booting.md +++ b/README.booting.md @@ -5,10 +5,22 @@ AMD Xilinx Devices support different boot modes such as JTAG, SD, eMMC, QSPI etc ## Booting Images with QEMU Once images are built, you can simulate the image using QEMU emulator. + +> **Note:** Use `slirp` option if you don't have sudo permissions and tap devices + are enabled on your build host. + +* Without slirp ``` $ MACHINE= runqemu nographic ``` +* With slirp +``` +$ MACHINE= runqemu nographic slirp +``` + +> **Note:** To terminate qemu, usually the command is ctrl-a x + ## Booting Images with Hardware Follow booting instructions [README](docs) for more details.