Hi,
I would like to run petlinux on Ultrazed EG IO Carrier Card. I use bsp from:
http://ultrazed.org/support/design/17956/141
However I have some problems with that and I would like to test it on my PC before I download it to hardware. I try to run qemu emulator with command:
petalinux-boot --qemu --kernel
After that I got en error:
ERROR: No QEMU hardware DTS or prebuilt DTB found. This is required to boot ZynqMP on QEMU
In the <design_folder>/pre-build/linux/images I have a file: zynqmp-qemu-arm.dtb.
In the <design_folder>/images/linux I do not any *qemu*.dts file. How to fix that?
I suppose that I do not enable/include qemu options/files in the build process but I do not know how to do that.