diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-19 14:56:12 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-20 10:28:42 -0800 |
| commit | 8ae23b8ab4b48755df8b3257e3a37c11c9416010 (patch) | |
| tree | b4ced068b6570c354671a397f50243a6d0812882 | |
| parent | 1f2f272b294369a0f5ed5948f2c723e36b02a49f (diff) | |
| download | meta-xilinx-8ae23b8ab4b48755df8b3257e3a37c11c9416010.tar.gz | |
zynq-generic: Replace hard coded petalinux reference with general ROOTFS
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/zynq-generic.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zynq-generic.conf b/meta-xilinx-bsp/conf/machine/zynq-generic.conf index b585b7bf..2fc6d27b 100644 --- a/meta-xilinx-bsp/conf/machine/zynq-generic.conf +++ b/meta-xilinx-bsp/conf/machine/zynq-generic.conf | |||
| @@ -31,7 +31,7 @@ QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | |||
| 31 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) | 31 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) |
| 32 | QB_OPT_APPEND = " \ | 32 | QB_OPT_APPEND = " \ |
| 33 | -nographic -serial null -serial mon:stdio \ | 33 | -nographic -serial null -serial mon:stdio \ |
| 34 | -initrd ${DEPLOY_DIR_IMAGE}/petalinux-image-minimal-zynq-generic.cpio.gz.u-boot \ | 34 | -initrd ${DEPLOY_DIR_IMAGE}/@ROOTFS@ \ |
| 35 | -gdb tcp::9000 \ | 35 | -gdb tcp::9000 \ |
| 36 | -device loader,addr=0xf8000008,data=0xDF0D,data-len=4 \ | 36 | -device loader,addr=0xf8000008,data=0xDF0D,data-len=4 \ |
| 37 | -device loader,addr=0xf8000140,data=0x00500801,data-len=4 \ | 37 | -device loader,addr=0xf8000140,data=0x00500801,data-len=4 \ |
