12-12-2014 12:47 AM
Hi,
I am trying linux application on Zynq SoC. I looked into the tutorial from Xilinx and it looks it is incomplete as I could not follow the steps easily. Could somebody point the correct link/resources for starting linux application in Xilinx sdk? If you could help with your steps, this would be extremely nice too. Thanks in advance.
12-12-2014 01:03 AM
vivado create, export HDF
petalinux import HDF
build
ready :)
12-12-2014 03:20 AM
12-12-2014 03:24 AM
this is very well documenten in the petalinux document PDF that are available from xilinx.com
basically
petalinux-config --get-hw-description
petalinux-build
done
for BOOT.bin you need SDK to be installed, and then use petalinux-package
12-12-2014 05:10 AM - edited 12-12-2014 05:16 AM
The below related video tutorials (links) may be useful for you
http://www.xilinx.com/training/zynq/zynq-zc702-evaluation-kit.htm
http://www.xilinx.com/training/zynq/how-to-build-a-linux-image-for-zynq-using-the-device-tree.htm
http://www.xilinx.com/training/zynq/hello-world-in-5-minutes-using-xilinx-sdk.htm
12-15-2014 12:44 AM
12-15-2014 02:13 PM - edited 12-15-2014 02:13 PM
Hey,
I use this Guide:
http://www.wiki.xilinx.com/Getting+Started
But I don use the ramdisk from Xilinx. I use a Open Embedded rootfs + Xilinx Metalayer and it works very well on my Zybo. :)