diff options
| -rw-r--r-- | meta-xilinx-core/conf/machine/versal-generic.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/conf/machine/versal-generic.conf b/meta-xilinx-core/conf/machine/versal-generic.conf index 102a7117..e44e99f2 100644 --- a/meta-xilinx-core/conf/machine/versal-generic.conf +++ b/meta-xilinx-core/conf/machine/versal-generic.conf | |||
| @@ -79,9 +79,9 @@ IMAGE_BOOT_FILES += " \ | |||
| 79 | # This machine has a QEMU model, runqemu setup: | 79 | # This machine has a QEMU model, runqemu setup: |
| 80 | QB_MEM = "-m 8G" | 80 | QB_MEM = "-m 8G" |
| 81 | QB_DEFAULT_KERNEL = "none" | 81 | QB_DEFAULT_KERNEL = "none" |
| 82 | QB_NETWORK_DEVICE = "" | 82 | # Iteration appears to be eth0 then eth1 |
| 83 | QB_NETWORK_DEVICE = "-net nic,netdev=net0,macaddr=@MAC@ -net nic" | ||
| 83 | QB_KERNEL_CMDLINE_APPEND ?= "" | 84 | QB_KERNEL_CMDLINE_APPEND ?= "" |
| 84 | QB_NET = "none" | ||
| 85 | 85 | ||
| 86 | QEMU_HW_DTB_PATH = "${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch" | 86 | QEMU_HW_DTB_PATH = "${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch" |
| 87 | QEMU_HW_DTB_PS = "${QEMU_HW_DTB_PATH}/board-versal-ps-vck190.dtb" | 87 | QEMU_HW_DTB_PS = "${QEMU_HW_DTB_PATH}/board-versal-ps-vck190.dtb" |
