Embedded Linux Expertise
Board Support Packages
Board Support Packages (BSP) contain the tailored support for your specific hardware, the consist of:
- Bootloader
- Operating System
- Drivers for all interfaces and all peripherals
- Root file system
Hardware Bring-Up
Often the electronics can bes tested only superficially without BSP. We start up your specific hardware together with the BSP. This means typically that the following task are executed:
- Test and debugging of hardware and software
- Integration of memory, interfaces and peripherals...
- Hardware adaptations when needed
Embedded Linux Applications
We can write your applications from scratch or also transfer them, e.g. from x86 to an embedded RISC platform.