Skip to content

Releases: Elektrobit/eb_corbos_toolkit

EB corbos Toolkit Public 2.0.0-beta2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 13:19
2b0a6c8

EB corbos Toolkit Public

Consult the README.md of the repository for information on "Getting Started".

Assets

The following assets are attached to this release:

  • eb_corbos_toolkit.tar.gz - The full package, including all pre-built images/containers/sysroots, the documentation, and the workspace.

The following convenience assets are also attached (they are also part of the eb_corbos_toolkit.tar.gz archive):

  • Platform-specific assets for rpi4b and ebcl-qemuarm64:
    • fastdev-trixie-ebclfsa-<platform>.tar.gz - Kernel, disk image, and SPDX file for the pre-built "fastdev" image.
    • fastdev-sdk-trixie-ebclfsa-<platform>.tar.gz - Sysroot for building software for the above image.
    • fastdev-sdk-trixie-ebclfsa-<platform>.spdx.json - SPDX data corresponding to the sysroot.
    • fastdev-trixie-ebclfsa-<platform>-ssh-target-key - The auto-generated private key for accessing the above image.
  • user_manual.pdf and user_manual_html.tar.gz - The user manual, in two different formats.
  • NOTICE.md - The Open Source Software Notice for EB corbos Toolkit Public (for technical reasons, it is missing from the eb_corbos_toolkit.tar.gz archive in this release)

Important

Do not use the automatically generated "Source code zip" or "Source code tar.gz" files of GitHub. They will not work as expected!

EB corbos Toolkit Public 2.0.0-beta1

Pre-release

Choose a tag to compare

@opajonk opajonk released this 02 Mar 21:10
24548e7

Warning

YOU LIKELY DO NOT WANT TO USE THIS OUTDATED RELEASE! CONSIDER USING A NEWER ONE!

Obtain the EB corbos Toolkit Public

Set environment variables for the URL of the EB corbos Toolkit’s delivery tarball and its extraction directory, so that you can reference them in subsequent commands. Make sure that the path of the extraction directory does not contain any spaces as these will lead to errors. On a Windows machine, avoid the use of a Windows partition for the extraction directory as this significantly slows down the EB corbos Toolkit.

export DELIVERY_TARBALL_URL=https://github.com/Elektrobit/eb_corbos_toolkit/releases/download/v2.0.0-beta1/eb_corbos_toolkit_2.0.0-beta1.tar.gz
export DELIVERY_EXTRACT_DIR=<delivery tarball extraction directory>
wget $DELIVERY_TARBALL_URL -O eb_corbos_toolkit.tar.gz

Create the extraction directory, and extract the tarball into it.

mkdir -p $DELIVERY_EXTRACT_DIR
tar -xzf eb_corbos_toolkit.tar.gz -C $DELIVERY_EXTRACT_DIR

After extraction, the directory contains

  • a Readme.txt file
  • a containers directory with image archive files for the development container and a build container
  • a doc directory with the user manual in HTML and PDF format
  • a workspace directory with the following content
    • an appdev directory with example application source files and build scripts
    • a prebuilt directory with a prebuilt fastdev target image and a corresponding SDK root filesystem
    • a qemu.sh script to run ARM64 Qemu images
    • a run.sh script to run the development container

Please open the user's manual from the doc/ subdirectory.
You can choose either the PDF or the HTML variant.

Software Bill of Materials

The delivery contains four binary archives/images. The SBOM for these is available for download as separate assets (ending on spdx.json.gz), attached to this release.

Convenience Assets

For specific use-cases, it is useful to have direct access to fastdev-ubuntu-ebclfsa-ebcl-qemuarm64.tar.gz and fastdev-sdk-ubuntu-ebclfsa-ebcl-qemuarm64.tar.gz instead of the complete eb_corbos_toolkit_2.0.0-beta1.tar.gz. However, be aware these files are also part of the complete archive eb_corbos_toolkit_2.0.0-beta1.tar.gz. There is no need to download them separately again, if you already downloaded eb_corbos_toolkit_2.0.0-beta1.tar.gz.