From 792305e6cb021d81d45a6865a2406cbb41d1fb51 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 7 Apr 2017 15:33:12 +1000 Subject: README.*: Fix up bullet point nesting Fix up the indent for nested bullet lists. Signed-off-by: Nathan Rossi Reviewed-by: Alistair Francis --- README.booting.md | 29 +++++++++++++++++------------ README.md | 12 +++++++----- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/README.booting.md b/README.booting.md index a22ddb7b..f1ff39d5 100644 --- a/README.booting.md +++ b/README.booting.md @@ -3,7 +3,8 @@ Booting meta-xilinx boards Contents -------- - * [Loading via JTAG](#loading-via-jtag) + +* [Loading via JTAG](#loading-via-jtag) * [XSDB](#xsdb) * [Load Bitstream](#load-bitstream) * [Load U-Boot (MicroBlaze)](#load-u-boot-microblaze) @@ -11,14 +12,14 @@ Contents * [U-Boot Console](#u-boot-console) * [Kernel, Root Filesystem and Device Tree](#kernel-root-filesystem-and-device-tree) * [Booting via U-Boot](#booting-via-u-boot) - * [Loading via SD](#loading-via-sd) +* [Loading via SD](#loading-via-sd) * [Preparing SD/MMC](#preparing-sdmmc) * [Installing U-Boot](#installing-u-boot) * [Installing Kernel and Device Tree](#installing-kernel-and-device-tree) * [Installing Root Filesystem](#installing-root-filesystem) * [U-Boot Configuration File](#u-boot-configuration-file) * [Booting](#booting) - * [Loading via TFTP](#loading-via-tftp) +* [Loading via TFTP](#loading-via-tftp) * [Kernel, Root Filesystem and Device Tree](#kernel-root-filesystem-and-device-tree-1) * [Booting via U-Boot](#booting-via-u-boot-1) @@ -143,19 +144,22 @@ how large the ramdisk is. ### Installing U-Boot Add the following files to the first partition: - * `boot.bin` - * `u-boot.img` (if using u-boot-xlnx) - * `u-boot-dtb.img` (if using u-boot) + +* `boot.bin` +* `u-boot.img` (if using u-boot-xlnx) +* `u-boot-dtb.img` (if using u-boot) ### Installing Kernel and Device Tree Add the following files to the first partition: - * `uImage` - * `.dtb` + +* `uImage` +* `.dtb` ### Installing Root Filesystem If using a ramdisk also add the `.cpio.gz.u-boot` type of root filesystem image to the first partition. - * `core-image-minimal-.cpio.gz.u-boot` + +* `core-image-minimal-.cpio.gz.u-boot` If using the SD card as the root filesystem, populate the second partition with the content of the root filesystem. To install the root filesystem extract the @@ -198,9 +202,10 @@ Boot your system into U-Boot, using one of boot methods (e.g. JTAG, SD, QSPI). ### Kernel, Root Filesystem and Device Tree Place the following images into the root of the TFTP server directory: - * `core-image-minimal-.cpio.gz.u-boot` - * `uImage` (Zynq) or `linux.bin.ub` (MicroBlaze) - * `.dtb` + +* `core-image-minimal-.cpio.gz.u-boot` +* `uImage` (Zynq) or `linux.bin.ub` (MicroBlaze) +* `.dtb` ### Booting via U-Boot The serial console of the target board will display the U-Boot console. diff --git a/README.md b/README.md index c3fc6068..eef02142 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,20 @@ meta-xilinx This layer provides support for MicroBlaze, Zynq and ZynqMP. Additional documentation: - * [Building](README.building.md) - * [Booting](README.booting.md) + +* [Building](README.building.md) +* [Booting](README.booting.md) Supported Boards/Machines ========================= Boards/Machines supported by this layer: - * MicroBlaze: + +* MicroBlaze: * [Xilinx ML605 (QEMU)](conf/machine/ml605-qemu-microblazeel.conf) - `ml605-qemu-microblazeel` (QEMU support) * [Xilinx S3A DSP 1800 (QEMU)](conf/machine/s3adsp1800-qemu-microblazeeb.conf) - `s3adsp1800-qemu-microblazeeb` (QEMU support) * [Xilinx KC705](conf/machine/kc705-microblazeel.conf) - `kc705-microblazeel` - * Zynq: +* Zynq: * [Zynq (QEMU)](conf/machine/qemu-zynq7.conf) - `qemu-zynq7` (QEMU Support) * [Xilinx ZC702](conf/machine/zc702-zynq7.conf) - `zc702-zynq7` * [Xilinx ZC706](conf/machine/zc706-zynq7.conf) - `zc706-zynq7` @@ -24,7 +26,7 @@ Boards/Machines supported by this layer: * [Avnet/Digilent ZedBoard](conf/machine/zedboard-zynq7.conf) - `zedboard-zynq7` * [Digilent Zybo](conf/machine/zybo-zynq7.conf) - `zybo-zynq7` * [Digilent Zybo Linux BD](conf/machine/zybo-linux-bd-zynq7.conf) - `zybo-linux-bd-zynq7` - * ZynqMP: +* ZynqMP: * [Xilinx EP108](conf/machine/ep108-zynqmp.conf) - `ep108-zynqmp` (QEMU support) * [Xilinx ZCU102](conf/machine/zcu102-zynqmp.conf) - `zcu102-zynqmp` (QEMU support) -- cgit v1.2.3-54-g00ecf