mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
This is the latest release tag in the Xilinx repository, based on U-Boot v2016.01 in the mainline. It includes proper ps7_init_gpl.c/h in it, so builds working SPL without any manual intervention. BR2_TARGET_UBOOT_BOARD_NAME should be changed to zynq_zc706 since U-Boot now has separate defconfig files for ZC702 and ZC706 boards. BR2_TARGET_UBOOT_SPL_NAME should be changed to spl/boot.bin since the Zynq image support for the mkimage tool was upstreamed and it now generates boot.bin under spl/ directory. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
30 lines
982 B
Plaintext
30 lines
982 B
Plaintext
This is the Buildroot board support for the Xilinx ZC706. The ZC706 is
|
|
a development board based on the Xilinx Zynq-7000 based
|
|
All-Programmable System-On-Chip.
|
|
|
|
ZC706 information including schematics, reference designs, and manuals
|
|
are available from
|
|
http://www.xilinx.com/products/boards-and-kits/ek-z7-zc706-g.html.
|
|
|
|
Steps to create a working system for ZC706 board:
|
|
|
|
1) make zynq_zc706_defconfig
|
|
2) make
|
|
3) All needed files will be available in the output/images directory.
|
|
Create a FAT32 partition at the beginning of your SD Card and copy files:
|
|
- boot.bin
|
|
- u-boot.img
|
|
- uImage
|
|
- uramdisk.image.gz (should be renamed from rootfs.cpio.uboot)
|
|
- devicetree.dtb (should be renamed from zynq-zc706.dtb)
|
|
into your SD card
|
|
4) boot your ZC706 board
|
|
|
|
You can alter the booting procedure by creating a file uEnv.txt
|
|
in the root of the SD card. It is a plain text file in format
|
|
<key>=<value> one per line:
|
|
|
|
kernel_image=myimage
|
|
modeboot=myboot
|
|
myboot=...
|