This page provides some power management software design examples that can be implemented on the ZCU102 development board.


Table of Contents


Before You Start

Prerequisites

  1. You have a ZCU102 development board.
  2. You have installed the Vivado Design Suite (2018.1 release).
  3. You have used the SDK to build. load and run custom BSP applications (e.g. FSBL, PMU Firmware, etc.)
  4. You have installed Petalinux (2018.1 release).
  5. You have used PetaLinux to customize, build and boot Linux.

Tips


The Zynq UltraScale+ MPSoC controls the external power supplies to the Full Power Domain and the Programmable Logic Domain via the GPI1[0] and GPI1[1] signals.  These signals must be mapped to their MIO pins in Vivado PCW.  See TRM chapter on "Platform Management Unit" for details.

Getting Started - Hello World

This is an empty application that prints "Hello World!" to the UART. Please use this as a starting point for creating new RPU applications for other design examples provided here.
Example details can be found at PM Hello World.

More Design Examples

Related Links