Versions Compared

Key

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

...

The following snaps are currently available in the Canonical Snap Store. Canonical maintains general documentation and tutorials for creating snaps compatible with the Canonical Snap Store. For more information about the Xilinx snaps, please refer to the Xilinx Developer Page for each snap.

Snap Name

Description

Compatibility

Snap Type

Xilinx Developer Page

Snapcraft.io Store Link

xlnx-config

This snap provides helper utilities that automate packaging and deploying user boot collateral into a format that is compatible with the Certified Ubuntu for Xilinx Devices boot process.

20.04, 22.04

Utility

Snaps - xlnx-config Snap for Certified Ubuntu on Xilinx Devices

https://snapcraft.io/xlnx-config

xlnx-vai-lib-samples

This snap provides a set of pre-built Vitis AI Library v1.3.2 sample applications that can be used to exercise the models in the Xilinx Model Zoo.

20.04

Application

Snaps - xlnx-vai-lib-samples Snap for Certified Ubuntu on Xilinx Devices

https://snapcraft.io/xlnx-vai-lib-samples

xlnx-nlp-smartvision

This snap packages the NLP Smartvision Accelerated Application. It includes the platform firmware and nlp-smartvision application.

22.04

Platform

Snaps - xlnx-nlp-smartvision Snap for Certified Ubuntu on Xilinx Devices

https://snapcraft.io/xlnx-nlp-smartvision

Info

The Utility, Platform, and Application snap types are unique to the Certified Ubuntu on Xilinx Devices release.

Utility Snaps

Utility snaps are used to manage the system or update other platform/application snaps.  In some cases they can be used to package boot collateral so that it is compatible with the Certified Ubuntu on Xilinx Devices boot process. An example of this type of snap is xlnx-config. Other utility snaps could be created to perform other system housekeeping tasks.

Platform Snaps

A platform snap includes all or a subset of the boot artifacts needed to create a valid boot image (i.e., BOOT.BIN).  Optionally, a platform snap can also include applications or scripts that are designed to work with the included hardware platform.  Platform snaps include the relevant meta-data that allows them to be managed by the xlnx-config utility snap.  Platform snaps also includes a bootgen.bif file used by the BootGen utility to create the BOOT.BIN file. The syntax of a .bif file is detailed in the BootGen User Guide (UG1283).

...

For more information about creating and packaging a platform snap, please visit the xlnx-config developer page.

Application Snaps

Application snaps are the most traditional snap type defined by Xilinx. These snaps provide applications that run on top of the hardware configuration present in the currently active platform. Application snaps do not provide any boot or hardware assets on their own. Application snaps may or may not have dependencies on a particular platform snap.  Some application snaps may be generally applicable to all hardware configurations (ex: a simple hello_world application). Others may have direct dependencies on the activated hardware configuration, such as the xlnx-vai-lib-samples snap.

...