Skip to content

Latest commit

 

History

History
120 lines (85 loc) · 3.52 KB

index.rst

File metadata and controls

120 lines (85 loc) · 3.52 KB

Welcome to Avnet-Ultra96-V2 Documentation

For this course on Xilinx Zynq UltraScale+ MPSoC development, we have selected the Avnet-Ultra96-V2 platform as the reference development kit. There are several advantages in using this platform for an introductory course, enabling the potential reach to a wider audience:

  • The Avnet Ultra96-V2 is powered by a Xilinx ZU3EG device that contains a fully featured processing system (PS) and a smaller programmable logic (PL) supported by free Xilinx development licenses.
  • The Avnet Ultra96-V2 is one of the cheapest development kits based on the Xilinx Zynq UltraScale+ MPSoC devices, which makes it the ideal choice for both hobbyist and enterprise level courses.
  • The Avnet Ultra96-V2 follows the 96 Boards standard promoted by Linaro for advanced ARM based platforms, so it supports a huge range of commercially available mezzanine and expansion cards.

Bootloader ( U-boot )

  • configure </source/linux/u-boot/configure>

    How to configure bootloader.

  • compile </source/linux/u-boot/compile>

    How to compile bootloader.

  • development </source/linux/u-boot/development>

    Guidelines and release planning and check dependencies.

  • changelog </source/linux/u-boot/changelog>

    The bootloader development changelog.

/source/linux/u-boot/configure /source/linux/u-boot/compile /source/linux/u-boot/development /source/linux/u-boot/changelog

Kernel ( Linux )

  • configure </source/linux/kernel/configure>

    How to configure kernel.

  • compile </source/linux/kernel/compile>

    How to configure kernel.

  • development </source/linux/kernel/development>

    Guidelines and release planning and check dependencies.

  • changelog </source/linux/kernel/changelog>

    The kernel development changelog.

/source/linux/kernel/configure /source/linux/kernel/compile /source/linux/kernel/development /source/linux/kernel/changelog

RootFS ( Linux )

  • build </source/linux/rootfs/build>

    How to create a rootfs image

  • development </source/linux/rootfs/development>

    Guidelines and release planning and check dependencies.

  • changelog </source/linux/rootfs/changelog>

    The rootfs development changelog.

/source/linux/rootfs/build /source/linux/rootfs/development /source/linux/rootfs/changelog

Petalinux

  • Build </source/xilinx/petalinux/build>

    How to build in Petalinux

  • debug </source/xilinx/petalinux/debug>

    Guidelines and release planning and check dependencies.

  • changelog </source/xilinx/petalinux/changelog>

    The petalinux development environment changelog.

/source/xilinx/petalinux/build /source/xilinx/petalinux/debug /source/xilinx/petalinux/changelog

Vitis IDE

  • Build </source/xilinx/vitis_ide/build>

    How to build using Vitis IDE tool

  • Debug </source/xilinx/vitis_ide/debug>

    How to debug using Vitis IDE tool

/source/xilinx/vitis_ide/build /source/xilinx/vitis_ide/debug