Skip to content

Commit 9dcc5f7

Browse files
authored
docs: reverse-to start command needs recent Simics 6 release (#227)
1 parent caeed4f commit 9dcc5f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/tutorials/edk2-uefi/testing-the-application.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The build script for our application created a `project` directory for us if it
3535
exist, so we'll instantiate that directory as our project with `ispm`:
3636

3737
```sh
38-
ispm projects project --create 1000-latest 2096-latest 8112-latest 31337-latest \
38+
ispm projects project --create 1000-6.0.185 2096-6.0.70 8112-6.0.17 31337-latest \
3939
--ignore-existing-files
4040
cd project
4141
```
@@ -58,7 +58,8 @@ directory, create `run.simics`:
5858
load-module tsffs
5959
6060
# Load the UEFI shell target with out boot disk
61-
load-target "qsp-x86/uefi-shell" namespace = qsp machine:hardware:storage:disk0:image = "minimal_boot_disk.craff"
61+
# also provide a fake value for lan_bios, which has no default
62+
load-target "qsp-x86/uefi-shell" namespace = qsp machine:hardware:storage:disk0:image = "minimal_boot_disk.craff" machine:hardware:firmware:lan_bios = "minimal_boot_disk.craff" machine:software:firmware:lan_bios = "minimal_boot_disk.craff"
6263
6364
script-branch {
6465
# Wait for boot

0 commit comments

Comments
 (0)