Releases: Elektrobit/eb_corbos_toolkit
Release list
EB corbos Toolkit Public 2.0.0-beta2
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
rpi4bandebcl-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.pdfanduser_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 theeb_corbos_toolkit.tar.gzarchive 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
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.gzCreate the extraction directory, and extract the tarball into it.
mkdir -p $DELIVERY_EXTRACT_DIR
tar -xzf eb_corbos_toolkit.tar.gz -C $DELIVERY_EXTRACT_DIRAfter extraction, the directory contains
- a
Readme.txtfile - a
containersdirectory with image archive files for the development container and a build container - a
docdirectory with the user manual in HTML and PDF format - a
workspacedirectory with the following content- an
appdevdirectory with example application source files and build scripts - a
prebuiltdirectory with a prebuiltfastdevtarget image and a corresponding SDK root filesystem - a
qemu.shscript to run ARM64 Qemu images - a
run.shscript to run the development container
- an
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.