diff options
-rw-r--r-- | meta-xilinx-core/README.qemu.md | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/meta-xilinx-core/README.qemu.md b/meta-xilinx-core/README.qemu.md index 992e0618..d0040b09 100644 --- a/meta-xilinx-core/README.qemu.md +++ b/meta-xilinx-core/README.qemu.md | |||
@@ -6,20 +6,15 @@ Since Xilinx tool release v2017.1 multiple components (arm-trusted-firmware, | |||
6 | linux, u-boot, etc.) require the PMU firmware to be loaded. For QEMU this also | 6 | linux, u-boot, etc.) require the PMU firmware to be loaded. For QEMU this also |
7 | means that the PMU ROM must be loaded so that the PMU firmware can be used. | 7 | means that the PMU ROM must be loaded so that the PMU firmware can be used. |
8 | 8 | ||
9 | The PMU ROM is not available for download separately from a location that can be | 9 | The PMU ROM is available for download, and a specific recipe has been created |
10 | accessed without a Xilinx account. As such the PMU ROM must be obtained manually | 10 | to make this available: pmu-rom-native. |
11 | by the user. The PMU ROM is available in the ZCU102 PetaLinux BSP, but can be | ||
12 | extracted without the need for the PetaLinux tools. | ||
13 | 11 | ||
14 | Download the BSP (you will need a Xilinx account and agreement to terms): | 12 | The license on the software is Xilinx proprietary, so you may be required to |
13 | enable the approprate LICENSE_FLAGS_WHITELIST to trigger the download. | ||
14 | The license itself is available within the download at the URL referred to in | ||
15 | meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb. | ||
15 | 16 | ||
16 | https://www.xilinx.com/member/forms/download/xef.html?filename=xilinx-zcu102-v2017.1-final.bsp&akdm=1 | 17 | Add the following to your local.conf to acknowledge you accept the proprietary |
17 | 18 | xilinx license. | |
18 | Once downloaded the PMU ROM can be extracted using the following command and | ||
19 | place `pmu-rom.elf` in the `deploy/images/zcu102-zynqmp/` directory. | ||
20 | |||
21 | ``` | ||
22 | # tar -O -xf xilinx-zcu102-v2017.1-final.bsp \ | ||
23 | xilinx-zcu102-2017.1/pre-built/linux/images/pmu_rom_qemu_sha3.elf > pmu-rom.elf | ||
24 | ``` | ||
25 | 19 | ||
20 | LICENSE_FLAGS_WHITELIST:append = " xilinx" | ||