Skip to content

Commit

Permalink
README.booting.md: Update boot instructions using slirp mode
Browse files Browse the repository at this point in the history
Update boot instructions using slirp mode when tap devices are not
configured.

Signed-off-by: Sandeep Gundlupet Raju <[email protected]>
Signed-off-by: Mark Hatle <[email protected]>
  • Loading branch information
grsandeep85 authored and mhatle committed Nov 1, 2023
1 parent dbcc315 commit a1ce9c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.booting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<target_mahcine_name> runqemu nographic
```

* With slirp
```
$ MACHINE=<target_mahcine_name> 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.

0 comments on commit a1ce9c0

Please sign in to comment.