Digi Embedded Yocto is Digi’s open source, freely available embedded Linux distribution for the Digi ConnectCore range of embedded system-on-modules (SOMs) and development boards.
Digi Embedded Yocto is based on the Yocto Project™, an open source collaboration project that provides templates, tools, and methods to help you create custom Linux-based systems for embedded products. It is a complete embedded Linux distribution builder with tools, metadata, and documentation.
Digi Embedded Yocto includes customizations for Digi hardware as well as out-of-the-box software extensions not part of the standard Yocto Project that help you get products to market faster. You can compile thousands of packages to create your custom Linux image and add community open source applications to your device.

Digi Embedded Yocto is maintained in GitHub as a Yocto supra layer called meta-digi.
This layer contains two different Yocto layers:
-
meta-digi-arm: Contains Board Support Packages (BSPs), including machine definitions, and hardware-related software and firmware
-
meta-digi-dey: Distribution layer with software features that are mostly hardware independent
What’s included in the Digi Embedded Yocto distribution?
A Linux distribution is an operating system based on the Linux kernel and GNU Linux software, most importantly the GNU toolchains, libraries, and development tools. A distribution sets the policies for the system, things like:
-
The selection of supported packages
-
The initialization system to use
-
The graphical backend
-
System-wide choices such as the Bluetooth stack
-
Graphical environments
As a distribution, Digi Embedded Yocto provides the following:
-
Digi BSP. Digi Embedded Yocto provides precompiled images that are ready to use, but you can also compile the whole distribution from source. The distribution contains the following components, which have been customized and tested for the ConnectCore module:
-
A U-Boot-based bootloader customized for the ConnectCore module to boot the Linux image. You can configure U-Boot at boot time, and it integrates a useful set of commands so you can program your own scripts. Digi provides source code that can be tailored to your design requirements as well as integrated within the build system. When the Digi Embedded Yocto image is built, the U-Boot image is also built with it.
-
A Linux kernel based on version 6.6 and customized for ConnectCore products. Digi Embedded Yocto includes the kernel source as well as device tree configuration files.
-
Reference root file system images using the Digi Embedded Yocto reference distribution. The Digi Embedded Yocto distribution makes the following choices:
-
The default selection of packages through the supported images
-
systemd as initialization manager
-
Bluez5 support
-
Standard Linux networking tools NetworkManager and ModemManager
-
Images:
-
Non-graphical: (core-image-base)
Digi Embedded Yocto is used to perform comprehensive BSP validation on Digi’s SOMs, development kits, and BSPs. You can further customize it by creating your own Digi Embedded Yocto-based distribution.
-
-
-
-
SDK. Digi Embedded Yocto includes a precompiled C/C++ toolchain. You can use it to cross compile applications to run on Digi embedded platforms.
-
Precompiled images. Digi Embedded Yocto includes pre-built reference images to accelerate your development process.
-
Documentation. Digi Embedded Yocto comes with comprehensive documentation covering all the development and technical aspects of the ConnectCore products.
-
Software extensions. Digi Embedded Yocto is designed to improve your time to market with common and simple to use software features that work out of the box.
Versioning
Digi Embedded Yocto adheres to the following versioning scheme:
M.m-rN.b
-
M.m is the upstream Yocto Project’s major.minor version
-
N is the release version
-
b is the build number
Yocto Project reference materials
Explore the following list of reference materials to learn more about system and application development:
-
Embedded Linux Projects Using Yocto Project Cookbook (includes an entire chapter dedicated to application development as well as debugging, tracing, and profiling)