Hi Everybody,
I'm new to Xilinx and Petalinux and I'm feeling a little confused about the images i can create with the Petalinux Utilities and which is the way i should download it to the flash in the Microzed 7010.
This is what i have done:
1. Install Petalinux
2. Create a petalinux project based in the 7010 bsp
Now in the .../image/linux/ folder i have a lot of images:
- image.elf
- image.ub
- rootfs.cpio
- rootfs.cpio.gz
- system.dtb
- System.map.lynux
- u-boot.bin
- u-boot.elf
- u-boot.srec
- u-boot-s.bin
- u-boot-s.elf
- u-boot-s.srec
- urootfs.cpio.gz
- vmlinux
- zImage
- zynq_fsbl.elf
My intention is to download and image or images to the quadFlash memory in order to start the linux that I already test in QEMU.
So, would you please guide me in the process to create the images i need to download to the board?
And about the bit-stream image, i also create a project for this specific board and exported the .bit file so i can use it for my system. Is there anything else i need to export to create the entire system images?
Thanks,