diff options
author | Jaewon Lee <jaewon.lee@xilinx.com> | 2019-01-16 16:29:49 -0800 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-06-28 15:12:37 -0700 |
commit | da22e7c83ae127203b15058910587d196c644be5 (patch) | |
tree | 6df7d82a0b7393d61d001c5efb53e5c4cc4e0bf9 | |
parent | 5804862886b9b754a55540ced829855b3bc298de (diff) | |
download | meta-xilinx-da22e7c83ae127203b15058910587d196c644be5.tar.gz |
zcu102-zynqmp.conf: Changing qemu boot mode
Previously the qemu boot mode was 3 which is SD0 which is not present in
the zcu102. boot mode 5 is SD1 with level shifters which zcu102
supports.
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf b/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf index fba55a3e..281110d9 100644 --- a/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf +++ b/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf | |||
@@ -63,7 +63,7 @@ QB_OPT_APPEND_append_qemuboot-xilinx = " \ | |||
63 | 63 | ||
64 | # Attach the rootfs disk image to the second SD interface of QEMU (which is SD0) | 64 | # Attach the rootfs disk image to the second SD interface of QEMU (which is SD0) |
65 | QB_DEFAULT_FSTYPE_qemuboot-xilinx = "wic.qemu-sd" | 65 | QB_DEFAULT_FSTYPE_qemuboot-xilinx = "wic.qemu-sd" |
66 | QB_OPT_APPEND_append_qemuboot-xilinx = " -boot mode=3" | 66 | QB_OPT_APPEND_append_qemuboot-xilinx = " -boot mode=5" |
67 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 67 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
68 | 68 | ||
69 | # PMU instance args | 69 | # PMU instance args |