aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/README.booting.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/README.booting.md')
-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:
Loading via SD
---------------------
-**(Note: This section only applies to Zynq.)**
+**(Note: This section only applies to Zynq and ZynqMP.)**
### Preparing SD/MMC
Setup 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
to the Yocto Project Development Manual for more details:
http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#creating-partitioned-images
-### Installing U-Boot
+### Installing U-Boot (Zynq)
Add the following files to the first partition:
* `boot.bin`
* `u-boot.img`
-### Installing Kernel and Device Tree
+### Installing U-Boot (ZynqMP)
+Add the following files to the first partition:
+
+* `boot.bin`
+* `u-boot.bin`
+
+### Installing Kernel and Device Tree (Zynq)
Add the following files to the first partition:
* `uImage`
* `<machine name>.dtb`
+### Installing Kernel and Device Tree (ZynqMP)
+Add the following files to the first partition:
+
+* `Image`
+* `<machine name>.dtb`
+
+### Install ARM Trusted Firmware (ZynqMP)
+Add the following file to the first partition:
+
+ * `atf-uboot.ub`
+
+### Install U-boot environment file (ZynqMP)
+Add the following file to the first partition:
+
+ * `uEnv.txt`
+
### Installing Root Filesystem
If using a ramdisk also add the `.cpio.gz.u-boot` type of root filesystem image
to the first partition.