Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


This how-to describes how to build the PMU Firmware (PMUFW) for your target platform. Building the PMUFW is a part of the Xilinx design flow described in Getting Started Xilinx Open Source Linux.

Table of Contents

Table of Contents
excludeTable of Contents

Task Dependencies (Pre-requisites)

  • System design completed in Vivado

Tools Required

Input Files Required

  • System hardware project hdf file

Output Files Produced

  • executable.elf

Task Description

Start hsi
Code Block
themeMidnight
bash$ hsi
Open the hardware design
Code Block
themeMidnight
hsi% set hwdsgn [open_hw_design <hardware.hdf>]
Generate and build the PMUFW
Code Block
themeMidnight
hsi% generate_app -hw $hwdsgn -os standalone -proc psu_pmu_0 -app zynqmp_pmufw -compile -sw pmufw -dir <dir_for_new_app>

Build Steps


Related Links