Professional Yocto BSP Layer for Dynamic Devices Edge Computing Platforms
Board Support Package (BSP) layer for Dynamic Devices Edge Computing platforms.
This layer provides hardware-specific support for Dynamic Devices edge computing platforms, including:
- i.MX8MM-based platforms: Jaguar Sentai, Inst, Handheld, Phasora
- i.MX93-based platforms: Jaguar eInk
This is a BSP (Board Support Package) layer that provides:
- Machine configurations (
conf/machine/
) - Hardware-specific kernel configurations
- Device tree sources and overlays
- Board initialization scripts
- Hardware-specific firmware and drivers
Machine | Description | SoC |
---|---|---|
imx8mm-jaguar-sentai |
Audio processing platform | i.MX8MM |
imx8mm-jaguar-inst |
Industrial IoT platform | i.MX8MM |
imx8mm-jaguar-handheld |
Handheld device platform | i.MX8MM |
imx8mm-jaguar-phasora |
Multi-sensor platform | i.MX8MM |
imx93-jaguar-eink |
E-ink display platform | i.MX93 |
To use this BSP layer, add it to your bblayers.conf
:
BBLAYERS += "/path/to/meta-dynamicdevices-bsp"
Then select the appropriate machine:
MACHINE = "imx8mm-jaguar-sentai"
meta-lmp-base
- Linux microPlatform base layermeta-freescale
- NXP/Freescale BSP layeropenembedded-core
- Core OpenEmbedded layer
📚 Comprehensive Documentation: For detailed documentation, tutorials, and technical guides, visit the meta-dynamicdevices Wiki.
The wiki includes:
- Getting started guides
- Hardware setup instructions
- Build configuration examples
- Troubleshooting guides
- Development best practices
This layer is designed to be Yocto Project Compatible and follows BSP layer best practices:
- Contains only hardware-specific configurations and recipes
- Does not modify builds unless a supported MACHINE is selected
- Passes
yocto-check-layer
validation as a BSP layer
Dynamic Devices Ltd
Email: [email protected]
Website: https://dynamicdevices.co.uk
This BSP layer is available under dual licensing:
- Free to use for open source projects
- Must comply with GPL v3 copyleft requirements
- Source code modifications must be shared
- Available for proprietary/commercial use
- No copyleft restrictions
- Custom support and maintenance available
- Contact: [email protected]
See the LICENSE file for complete terms and conditions.
- meta-dynamicdevices - Main application layer
- Wiki - Comprehensive documentation