Skip to content

OpenAMP v2024.05

Latest
Compare
Choose a tag to compare
@wmamills wmamills released this 31 Jul 01:06
· 1 commit to main since this release
v2024.05.0

Introduction

This release contains SD card images and docker container images built from the various components of the OpenAMP v2024.05 release.

Components

  • open-amp library v2024.05.1
  • libmetal v2024.05.0
  • openamp-system-reference v2024.05.0
  • meta-openamp v2024.05.0
  • openamp-ci-builds v2024.05.0
    • Linux kernel v6.6.33
    • poky yocto-5.0.1
    • AMD Xilinx release v2024.1 (for reference images and boot firmware)
    • ST-OSS scarthgap branch (for reference image and boot firmware)
  • openamp-demo (this repo) v2024.05.0
  • AMD Xilinx QEMU v2024.1
  • Zephyr SDK 0.16.8

Highlights from changes in this repository

  • Brought back the docker containers and improved their build procedure
  • Docker images are supported on x86_64 and aarch64 (arm64) Linux
  • Upgraded underling Xilinx QEMU to our build of AMD Xilinx V2024.1
  • Upgraded to Zephyr SDK 0.16.8
  • Upgraded container base OS to Ubuntu 22.04
  • make-image-targets now supports creating GPT partitioned images
  • ST audio workaround no longer needed
  • Improvements to test-qemu (logging etc)
  • Added README.md to document build instructions

Instructions

To run these demos from SD cards:

  • Setup serial port access according to the board in use
  • Write these images to an SD card and boot your board
  • For Zynqmp boards, let the board boot to the u-boot menu
    • choose one of the 3 demo configurations
  • On the serial port at the Linux prompt, log in with user root and no password
  • Follow the instructions provided

To run this version of the docker image use the command below and follow the prompts:

$ docker run -it --rm openamp/demo-lite:v2024.05

Known Issues

All changes

Full Changelog: v2023.10.0...v2024.05.0