diff options
author | 2016-07-18 18:38:23 +0900 | |
---|---|---|
committer | 2016-07-30 18:15:26 +0200 | |
commit | 47b6b382b38ff107387c375c979a0c26a581c76f (patch) | |
tree | 522771b8f892f12fdd468ba7d8d9a23096fe1702 /board/avnet | |
parent | b9cd72cdbfe307e58d749baa7d7d98272e381722 (diff) | |
download | buildroot-47b6b382b38ff107387c375c979a0c26a581c76f.tar.gz buildroot-47b6b382b38ff107387c375c979a0c26a581c76f.tar.bz2 |
zynq: unify readme.txt for all Zynq boards
The readme.txt for the three boards are almost the same, so merge
them into board/zynq/readme.txt.
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>
Diffstat (limited to 'board/avnet')
-rw-r--r-- | board/avnet/microzed/readme.txt | 33 | ||||
-rw-r--r-- | board/avnet/zedboard/readme.txt | 28 |
2 files changed, 0 insertions, 61 deletions
diff --git a/board/avnet/microzed/readme.txt b/board/avnet/microzed/readme.txt deleted file mode 100644 index 927e97a32c..0000000000 --- a/board/avnet/microzed/readme.txt +++ /dev/null @@ -1,33 +0,0 @@ -This is the buildroot board support for the Avnet Microzed. The Microzed is -a development board based on the Xilinx Zynq-7000 based All-Programmable -System-On-Chip. - -Microzed information including schematics, reference designs, and manuals are -available from http://www.zedboard.org . - -Steps to create a working system for Microzed: - -1) make zynq_microzed_defconfig -2) make -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-zed.dtb) - into your SD card -4) boot your Microzed - -Note th at the DTB (zynq-zed.dtb) is the same as the one used for the -Zedboard, and that this is the recommended solution, see -https://forums.xilinx.com/t5/Embedded-Linux/Microzed-default-device-tree-dts/td-p/432856. - -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=... diff --git a/board/avnet/zedboard/readme.txt b/board/avnet/zedboard/readme.txt deleted file mode 100644 index b2c30a3e3d..0000000000 --- a/board/avnet/zedboard/readme.txt +++ /dev/null @@ -1,28 +0,0 @@ -This is the buildroot board support for the Avnet Zedboard. The Zedboard is -a development board based on the Xilinx Zynq-7000 based All-Programmable -System-On-Chip. - -Zedboard information including schematics, reference designs, and manuals are -available from http://www.zedboard.org . - -Steps to create a working system for Zedboard: - -1) make zynq_zed_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-zed.dtb) - into your SD card -4) boot your Zedboard - -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=... |