summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Lund <malu@gomspace.com>2018-05-01 10:22:34 +0200
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2018-06-25 17:44:23 -0700
commit4b81888e7a5671cdde63190cb4eb4678cdf3a168 (patch)
treef3a6363b90c8f6b590e2c85ee0ccbec9acd5f17d
parentf1bc90d59d3ff3d3d4954c221d686f4f2701706e (diff)
downloadmeta-xilinx-4b81888e7a5671cdde63190cb4eb4678cdf3a168.tar.gz
Update README with SD install steps for ZynqMP
Update README.booting.md to include SD install steps for ZynqMP. There are small but important differences compared to Zynq. Signed-off-by: Martin Lund <malu@gomspace.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r--meta-xilinx-bsp/README.booting.md28
1 files changed, 25 insertions, 3 deletions
diff --git a/meta-xilinx-bsp/README.booting.md b/meta-xilinx-bsp/README.booting.md
index 04c32c51..dc48f6b2 100644
--- a/meta-xilinx-bsp/README.booting.md
+++ b/meta-xilinx-bsp/README.booting.md
@@ -131,7 +131,7 @@ Zynq:
131 131
132Loading via SD 132Loading via SD
133--------------------- 133---------------------
134**(Note: This section only applies to Zynq.)** 134**(Note: This section only applies to Zynq and ZynqMP.)**
135 135
136### Preparing SD/MMC 136### Preparing SD/MMC
137Setup the card with the first partition formatted as FAT16. If you intend to 137Setup the card with the first partition formatted as FAT16. If you intend to
@@ -148,18 +148,40 @@ formatted and prepared such that they can be written directly to a disk. Refer
148to the Yocto Project Development Manual for more details: 148to the Yocto Project Development Manual for more details:
149 http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#creating-partitioned-images 149 http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#creating-partitioned-images
150 150
151### Installing U-Boot 151### Installing U-Boot (Zynq)
152Add the following files to the first partition: 152Add the following files to the first partition:
153 153
154* `boot.bin` 154* `boot.bin`
155* `u-boot.img` 155* `u-boot.img`
156 156
157### Installing Kernel and Device Tree 157### Installing U-Boot (ZynqMP)
158Add the following files to the first partition:
159
160* `boot.bin`
161* `u-boot.bin`
162
163### Installing Kernel and Device Tree (Zynq)
158Add the following files to the first partition: 164Add the following files to the first partition:
159 165
160* `uImage` 166* `uImage`
161* `<machine name>.dtb` 167* `<machine name>.dtb`
162 168
169### Installing Kernel and Device Tree (ZynqMP)
170Add the following files to the first partition:
171
172* `Image`
173* `<machine name>.dtb`
174
175### Install ARM Trusted Firmware (ZynqMP)
176Add the following file to the first partition:
177
178 * `atf-uboot.ub`
179
180### Install U-boot environment file (ZynqMP)
181Add the following file to the first partition:
182
183 * `uEnv.txt`
184
163### Installing Root Filesystem 185### Installing Root Filesystem
164If using a ramdisk also add the `.cpio.gz.u-boot` type of root filesystem image 186If using a ramdisk also add the `.cpio.gz.u-boot` type of root filesystem image
165to the first partition. 187to the first partition.