From ce8e654e2cb23b49e5ce85e6f2ebbff558b4e537 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 15 Jun 2016 13:43:23 -0700 Subject: runqemu: qemuzynqmp: Add Linux boot support Add support to direct boot Linux instead of just booting u-boot. (From OE-Core rev: e5c6a78db46192800669f1b392351f6b52f3e20c) Signed-off-by: Alistair Francis Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/runqemu-internal') diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 3f413e7788..d10466d35c 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -514,7 +514,7 @@ config_qemuzynqmp() { QEMU_NETWORK_CMD="-net nic -net nic -net nic -net nic -net user,net=10.10.70.0,dhcpstart=10.10.70.1,host=10.10.70.101" QEMU_SYSTEM_OPTIONS="$QEMU_NETWORK_CMD -M xlnx-ep108 -serial mon:stdio -dtb $DEPLOY_DIR_IMAGE/${QEMU_DTB}.dtb" - QEMUOPTIONS="$QEMU_SYSTEM_OPTIONS $QEMU_UI_OPTIONS -tftp $DEPLOY_DIR_IMAGE" + QEMUOPTIONS="$QEMU_SYSTEM_OPTIONS $QEMU_UI_OPTIONS -initrd $ROOTFS" } config_qemumicroblaze() { -- cgit v1.2.3-54-g00ecf