summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-08-20 08:16:48 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-08-20 08:16:48 +1000
commitb8b83bb1e60741e496b6daaa188a4b6252f06ecb (patch)
treeb1ea3b6fa7f405b3a2fc94204ff939bdae54c9b6 /README
parentba5bfbd1bc3cfa2811121f3356985e6aa8a20d43 (diff)
downloadmeta-xilinx-b8b83bb1e60741e496b6daaa188a4b6252f06ecb.tar.gz
docs: Correct and add some documentation
README: correct example machine name and add images docs:BOOT.sdcard: Provide information on using second SD card partition for large file sizes. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index d3e87beb..de3f1ee8 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ initialized configure bblayers.conf by adding the 'meta-xilinx' layer. e.g.:
52 52
53To build a specific target BSP configure the associated machine in local.conf: 53To build a specific target BSP configure the associated machine in local.conf:
54 54
55 MACHINE ?= "zc702" 55 MACHINE ?= "zc702-zynq7"
56 56
57Note: Currently MicroBlaze targets only support being built with an External 57Note: Currently MicroBlaze targets only support being built with an External
58toolchain, please see the section below 'Configuring External Toolchain'. 58toolchain, please see the section below 'Configuring External Toolchain'.
@@ -69,6 +69,7 @@ Once complete the images for the target machine will be available in the output
69directory 'tmp/deploy/images'. 69directory 'tmp/deploy/images'.
70 70
71Images generated: 71Images generated:
72 * core-image-minimal-<machine name>.tar.gz (rootfs tar+GZIP)
72 * core-image-minimal-<machine name>.cpio (rootfs in CPIO format) 73 * core-image-minimal-<machine name>.cpio (rootfs in CPIO format)
73 * core-image-minimal-<machine name>.ext2.gz.u-boot (rootfs in EXT2+GZIP, u-boot wrapped format) 74 * core-image-minimal-<machine name>.ext2.gz.u-boot (rootfs in EXT2+GZIP, u-boot wrapped format)
74 * u-boot.elf (U-Boot ELF) 75 * u-boot.elf (U-Boot ELF)