From 4b81888e7a5671cdde63190cb4eb4678cdf3a168 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 1 May 2018 10:22:34 +0200 Subject: 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 Signed-off-by: Manjukumar Matha --- meta-xilinx-bsp/README.booting.md | 28 +++++++++++++++++++++++++--- 1 file 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` * `.dtb` +### Installing Kernel and Device Tree (ZynqMP) +Add the following files to the first partition: + +* `Image` +* `.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. -- cgit v1.2.3-54-g00ecf