summaryrefslogtreecommitdiffstats
path: root/README.booting.md
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-04-07 15:33:12 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-04-26 15:33:04 +1000
commit792305e6cb021d81d45a6865a2406cbb41d1fb51 (patch)
treec7a9d40c5c72d6d127004c8af89d187768e61e77 /README.booting.md
parented88616f2b7aad51354e47cdaa88f5e3759014b4 (diff)
downloadmeta-xilinx-792305e6cb021d81d45a6865a2406cbb41d1fb51.tar.gz
README.*: Fix up bullet point nesting
Fix up the indent for nested bullet lists. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Diffstat (limited to 'README.booting.md')
-rw-r--r--README.booting.md29
1 files changed, 17 insertions, 12 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
3 3
4Contents 4Contents
5-------- 5--------
6 * [Loading via JTAG](#loading-via-jtag) 6
7* [Loading via JTAG](#loading-via-jtag)
7 * [XSDB](#xsdb) 8 * [XSDB](#xsdb)
8 * [Load Bitstream](#load-bitstream) 9 * [Load Bitstream](#load-bitstream)
9 * [Load U-Boot (MicroBlaze)](#load-u-boot-microblaze) 10 * [Load U-Boot (MicroBlaze)](#load-u-boot-microblaze)
@@ -11,14 +12,14 @@ Contents
11 * [U-Boot Console](#u-boot-console) 12 * [U-Boot Console](#u-boot-console)
12 * [Kernel, Root Filesystem and Device Tree](#kernel-root-filesystem-and-device-tree) 13 * [Kernel, Root Filesystem and Device Tree](#kernel-root-filesystem-and-device-tree)
13 * [Booting via U-Boot](#booting-via-u-boot) 14 * [Booting via U-Boot](#booting-via-u-boot)
14 * [Loading via SD](#loading-via-sd) 15* [Loading via SD](#loading-via-sd)
15 * [Preparing SD/MMC](#preparing-sdmmc) 16 * [Preparing SD/MMC](#preparing-sdmmc)
16 * [Installing U-Boot](#installing-u-boot) 17 * [Installing U-Boot](#installing-u-boot)
17 * [Installing Kernel and Device Tree](#installing-kernel-and-device-tree) 18 * [Installing Kernel and Device Tree](#installing-kernel-and-device-tree)
18 * [Installing Root Filesystem](#installing-root-filesystem) 19 * [Installing Root Filesystem](#installing-root-filesystem)
19 * [U-Boot Configuration File](#u-boot-configuration-file) 20 * [U-Boot Configuration File](#u-boot-configuration-file)
20 * [Booting](#booting) 21 * [Booting](#booting)
21 * [Loading via TFTP](#loading-via-tftp) 22* [Loading via TFTP](#loading-via-tftp)
22 * [Kernel, Root Filesystem and Device Tree](#kernel-root-filesystem-and-device-tree-1) 23 * [Kernel, Root Filesystem and Device Tree](#kernel-root-filesystem-and-device-tree-1)
23 * [Booting via U-Boot](#booting-via-u-boot-1) 24 * [Booting via U-Boot](#booting-via-u-boot-1)
24 25
@@ -143,19 +144,22 @@ how large the ramdisk is.
143 144
144### Installing U-Boot 145### Installing U-Boot
145Add the following files to the first partition: 146Add the following files to the first partition:
146 * `boot.bin` 147
147 * `u-boot.img` (if using u-boot-xlnx) 148* `boot.bin`
148 * `u-boot-dtb.img` (if using u-boot) 149* `u-boot.img` (if using u-boot-xlnx)
150* `u-boot-dtb.img` (if using u-boot)
149 151
150### Installing Kernel and Device Tree 152### Installing Kernel and Device Tree
151Add the following files to the first partition: 153Add the following files to the first partition:
152 * `uImage` 154
153 * `<machine name>.dtb` 155* `uImage`
156* `<machine name>.dtb`
154 157
155### Installing Root Filesystem 158### Installing Root Filesystem
156If using a ramdisk also add the `.cpio.gz.u-boot` type of root filesystem image 159If using a ramdisk also add the `.cpio.gz.u-boot` type of root filesystem image
157to the first partition. 160to the first partition.
158 * `core-image-minimal-<machine name>.cpio.gz.u-boot` 161
162* `core-image-minimal-<machine name>.cpio.gz.u-boot`
159 163
160If using the SD card as the root filesystem, populate the second partition with 164If using the SD card as the root filesystem, populate the second partition with
161the content of the root filesystem. To install the root filesystem extract the 165the 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).
198 202
199### Kernel, Root Filesystem and Device Tree 203### Kernel, Root Filesystem and Device Tree
200Place the following images into the root of the TFTP server directory: 204Place the following images into the root of the TFTP server directory:
201 * `core-image-minimal-<machine name>.cpio.gz.u-boot` 205
202 * `uImage` (Zynq) or `linux.bin.ub` (MicroBlaze) 206* `core-image-minimal-<machine name>.cpio.gz.u-boot`
203 * `<machine name>.dtb` 207* `uImage` (Zynq) or `linux.bin.ub` (MicroBlaze)
208* `<machine name>.dtb`
204 209
205### Booting via U-Boot 210### Booting via U-Boot
206The serial console of the target board will display the U-Boot console. 211The serial console of the target board will display the U-Boot console.