Operating Systems and Hypervisors in Adaptive SoCs (formerly called ACAPs)
Operating Systems and Hypervisors in Adaptive SoCs (formerly called ACAPs)
COURSE CODE: SOC-OS-HYPER
This course provides software developers options and techniques for selecting and implementing various types of operating systems and hypervisors on AMD Zynq UltraScale+ MPSoC and Versal devices.
The emphasis is on:
- Exploring the capabilities of the application processing unit (APU) and real-time processing unit (RPU) relative to performance improvement and OS implementation
- Reviewing the catalog of OS implementation options, including Arm® TrustZone technology, hypervisors, and various Linux implementations
- Applying various power management techniques for Zynq UltraScale+ and Versal devices
This course focuses on the Zynq UltraScale+ MPSoC and Versal Adaptive SoC (ACAP) architectures.
3-Day Instructor-led Course | Price USD | Training Credits |
---|---|---|
Hosted Online - $600/day | $1800 | 18 |
In-Person Public Registration - $600/day | $1800 | 18 |
Printed Course Book (A PDF book is included in the course fee)
Cannot be purchased without registration. | $100 | 1 |
Private Training | Learn More | Learn More |
Coaching | Learn More | Learn More |
Be the first to know. Sign up for our newsletter.
Who should attend:
Software developers interested in understanding popular OS and hypervisor options and other high-level system design issues.
Software Tools
- Vivado Design Suite
- Vitis unified software platform
- Hardware emulation environment: VirtualBox/CloudShare, QEMU, Ubuntu desktop, PetaLinux
Hardware
- Zynq UltraScale+ MPSoC ZCU104 board*
- Versal adaptive SoC VCK190 board
* This course focuses on the Zynq UltraScale+ and Versal architectures.
Skills Gained
After completing this comprehensive training, you will have the necessary skills to:
- Leverage the innate capabilities of the application processing unit (APU) and real-time processing unit (RPU)
- Investigate Arm TrustZone technology
- Explore the concept of hypervisors and implement a Xen hypervisor example
- Implement Linux solutions, including asymmetric multiprocessing (AMP) and symmetric multiprocessing (SMP) configurations
- Deploy FreeRTOS in the RPU
- Effectively use power management strategies
Course Outline
Day 1 | Day 2 | Day 3 |
---|---|---|
Application Processing Unit Introduction to the members of the APU, specifically the Arm Cortex-A53 processor and how the cluster is configured and managed. {Lectures, Lab} Real-Time Processing Unit Focuses on the real-time processing module (RPU) in the PS, which is comprised of a pair of Arm Cortex processors and supporting elements. {Lectures, Demo, Lab} Arm TrustZone Technology Illustrates the use of Arm TrustZone technology. {Lectures} QEMU Introduction to the Quick Emulator, which is the tool used to run software for a device when hardware is not available. {Lectures, Demo, Labs} HW-SW Virtualization Covers the hardware and software elements of virtualization. {Lecture, Demo} | Multiprocessor Software Architecture Focuses on how multiple processors can communicate with each other using both software and hardware techniques. {Lecture} Xen Hypervisor Discusses generic hypervisors and reviews some of the details of implementing a hypervisor using Xen. {Lectures, Demo, Lab} OpenAMP Discusses how the OpenAMP framework can be used to construct systems containing both Linux and Standalone applications within the APU. {Lectures, Lab} Linux Describes how to configure Linux to manage multiple processors. {Lectures, Demos} Driving the PetaLinux Tool Introduces the basic concepts required to build an application using the PetaLinux tool. {Lecture, Lab} Yocto Compares and contrasts the kernel building methods between a "pure" Yocto build and the PetaLinux build (which uses Yocto "under the hood"). {Lectures, Lab} Open-Source Library (Linux) Introduction to open-source Linux and how the PetaLinux tools reduce effort and risk. {Lectures, Demo} | FreeRTOS Overview of FreeRTOS with examples of how it can be used. {Lectures, Demo, Lab} Software Stack Introduction to what a software stack is and a number of commonly used stacks. {Lectures, Demo} Power Management Overview of the PMU and the power-saving features of the device. {Lectures, Lab} |
Please note: The instructor may change the content order to provide a better learning experience.
Prerequisites:
- General understanding of C coding
- Familiarity with issues related to complex embedded systems