Zynq 14.6-2013.2 Release

Zynq 14.6-2013.2 Release

 

Zynq 14.6-2013.2 Release

 

This page contains information documentation and release information corresponding to Xilinx software version 14.6, or 2013.2

Documentation

General Zynq
http://www.xilinx.com/support/documentation/zynq-7000.htm
http://www.xilinx.com/support/documentation/user_guides/ug585-Zynq-7000-TRM.pdf

Software Developers Guide (including bootgen)
http://www.xilinx.com/support/documentation/user_guides/ug821-zynq-7000-swdev.pdf

Boards
http://www.xilinx.com/zc702
http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm
http://www.zedboard.org

Download


2013-07-26 Update

The initramfs has been updated to include an sftp- and gdb-server.

Extract the archive

tar xvJf 14.6-release.tar.xz


Release Git Tags

The Xilinx Git repositories, U-Boot and Linux, are tagged for the release with a tag of xilinx-v14.6.

Release Contents

FSBL
The First Stage Boot Loader (FSBL) used to generate the BOOT.BIN file is based on the 2013.2 release of the Xilinx tools.

U-Boot
The release is based on the xilinx-v14.6 tag of U-Boot.
More details about configuring, building and running U-Boot are located on the U-Boot and Build U-Boot pages.

Linux
The release is based on a 3.9 Linux kernel created from the xilinx-v14.6 tag.
More details about configuring, building and running Linux are located on the Linux, Zynq Linux and Build Kernel pages.

Significant Release Changes

  • This release is the first PetaLinux-based pre-built image

  • The initramfs is created with Petalinux


Release Details

Login

Username

Password

root

root


Files In Release

The release archive contains the following files:

File Name

MD5

Description

zc70x/zc702/boot.bin

a5ced035359239dad4ee0a5682b37184

Zynq boot image for zc702

zc70x/zc706/boot.bin

b9136dd2a0808f24028d74a86cabbf10

Zynq boot image for zc706

zed/boot.bin

9376450dd0d3e5a3946cb3b95164228d

Zynq boot image for Zed board

uImage

5374a80c8901cd821a402a7ca44e8f5f

Linux kernel

uramdisk.image.gz

4c160c467c9e2dd4c7d32485b52fbdf3

Initramfs

zc70x/zc702/devicetree.dtb

8c06a46012733134934f1837c44c4c97

Device tree blob for zc702

zc70x/zc706/devicetree.dtb

4f4e15fa8f08998727d00948414cbd5a

Device tree blob for zc706

zed/devicetree.dtb

92eadac992d7811aa73f8d78430a467a

Device tree blob for Zed board

zc70x/zc702/fsbl.elf

65b5a98aff7e6593754c6bc6339f1df7

FSBL for zc702

zc70x/zc706/fsbl.elf

addf63b89c13ee6b17a2ee66003f1130

FSBL for zc706

zed/fsbl.elf

97e34350abe9abbd56ab11dcc61d5981

FSBL for Zed board

zc70x/u-boot.elf

1eaf8d6d37df49d1b3c17b374daca6c3

U-Boot binary for zc702 and zc706

zed/u-boot.elf

7c67f599c838920c7c7a7e48210bdc55

U-Boot binary for Zed board


To boot this release from SD card, extract the archive to an SD card and copy the boot.bin and devicetree.dtb files appropriate for your Zynq platform to the root of the SD card.

Qemu

Qemu needs a initramfs without the U-Boot header. The U-Boot header can be removed from the uramdisk.image.gz with the following command:

dd if=./uramdisk.image.gz of=./ramdisk.image.gz skip=16 bs=4