0
0
Subtotal: $0.00
No products in the cart.
Lorem ipsum, or lipsum as it is sometimes known, is dummy

DEBIX Reliable Computing for Industrial Innovation

Single Board Computer
Compact, powerful, and reliable industrial computing.
System on Module
Flexible, modular core boards for industrial embedded applications.
Industrial BOX PC
Rugged, fanless, and versatile for harsh industrial environments.
Industrial Panel PC
All-in one rugged touchscreens for versatile industrial HMI.
Edge AI Box
Powerful AI processing at the edge for industrial solutions.
Accessories
Seamless expansion, integration, and ecosystem compatibility.

Why DEBIX?

Robust Quality

Count on DEBIX for reliable 24/7 performance in tough industrial environments.

Scalable Embedded Solutions

Scalability ensures seamless upgrade of an embedded platform to future technologies without the need for a redesign.

Custom Industrial Solutions

Need specific SBCs, SoMs, or add-on boards? We provide tailored industrial solutions and a smooth, efficient customization process.

Simplified Ease-of-Use

DEBIX provides a user-friendly embedded platform, full technical support, and a comprehensive​ ecosystem, so you can concentrate on what matters most: your applications.

24/7 Expert Support

Our experienced support team offers quick help (typically within 24 hours) via email and our active Discord Community – consider us your reliable partner.

Long-Term Value & Reliability

Invest in high-value, reliable industrial solutions from DEBIX, designed for a long 10-15 year lifespan, with our ongoing support ensuring your peace of mind.

Supported
Operating Systems

Supported
Operating Systems

Learn More

Technical
Support

Technical
Support

Learn More

Tailored
Solutions

Tailored
Solutions

Learn More

Trusted
Partners

Trusted
Partners

Learn More

DEBIX Community

DEBIX GitHub:

Access source code and technical resources

DEBIX Discord:

Get direct support and real-time updates

News & Technology

DEBIX Model A Drives VU ASE’s Autonomous Race Car in NXP Cup
We’re thrilled to shine a spotlight on Team LuLu from VU ASE, a standout participant in this year’s NXP Cup, […]
ASE/Alpha Crushes NXP Cup with DEBIX Power!
ASE/Alpha Crushes NXP Cup with DEBIX Power! Vrije Universiteit Amsterdam’s ASE/Alpha team dominated the 2024 NXP Cup, securing first place […]
How to Deploy OpenClaw on DEBIX: From Installation to Hardware Control
Running AI agents locally on embedded hardware delivers lower response times, enhanced data privacy, and better reliability for edge computing. […]
DEBIX Log Capture SOP
1) Prepare a USB-TTL cable. •​​ Connect the RXD of the debug serial port to the TXD port of the […]
TSN 802.1Qbv Demonstration with DEBIX Model A and DEBIX SOM A
Enhanced Function of Traffic Scheduling — Time-Aware Shaper TSN 802.1Qbv adds the following enhancements to network traffic scheduling:  • It divides Ethernet […]
FRDM i.MX 8M Plus Development Board
Power Your Industrial and IoT Innovations with the New FRDM i.MX 8M Plus Development Board Are you looking to build […]
DEBIX SOM A Testing TSN Clock Synchronization with PTP
Test Environment: LinuxDevelopment Environment: Yocto 5.0(scarthgap) U-Boot: U-Boot 2024.04 Kernel: Linux-6.6.36 Linux SDK: L6.6.36-2.1.0 Version: Debix SOM A V1.01_20241024 Devices: 2 * DEBIX SOM A […]
Training YOLOv5 Model and Deploying to DEBIX
Installation Create a virtual environment with Python version greater than 3.10 and install the Ultralytics tool: conda create -n yolo […]
DEBIX Model A GPIO Instruction Manual
1. GPIO Pin Definition DEBIX has a set of 2*20Pin/ 2.0mm pitch GPIO pin header (J2), which can be used for connecting external hardware like LEDs, […]
Modify the SD Card Start Image
1. Download the img file from official website  (https://debix.io/Software/downloadn.html). For example, download a Debix-Model-A.img file. 2. Copy it to the ubuntu system. […]
Enabling M7 Core and Resource Sharing with Linux
Part 1 ① Obtain M7 Firmware 1. Obtain the firmware through the IAR project 2. Obtain the firmware through the ARMCC […]
Change Debug Uart to Normal Uart on DEBIX Model C
Modification method: ① uboot: Modify the file: include/configs/imx93_evk.h Change console=ttyLP0,115200 earlycon to console=tty0,115200 earlycon ② kernel: Modify the file: arch/arm64/boot/dts/freescale/imx93-11×11-evk.dts Comment out stdout-path = &lpuart1; […]
The SOP of System Image Customization
1. Download the file of Boot from SD card image for DEBIX SOM A “SOM-A-L6.1. 22-TF-V2.7-20240816. img” from the official […]
Hardware Acceleration with Ethos-U on DEBIX Model C
Follow the official NXP documentation, i.MX_Machine_Learning_User’s_Guide.pdf, to run the demo provided in 9.2.3. 1. Copy the required files and compile the model […]
DEBIX Camera Support for ROS2
Part 1 OS: Ubuntu22.04 ROS2 version: Humble Install ROS2     1. Run the command: sudo apt update && sudo apt install locales […]
Use of other Sensor module on DEBIX
Part 1 Example Device: DEBIX Model A Relay Module Overview: •​​ By checking the schematic diagram of the relay module, it […]
Use Barometric Pressure Sensor module on DEBIX
Part 1 Example Device: DEBIX Model A + I/O Board Overview •​​ The BMP180 is a high-precision barometric pressure sensor […]
WiFi External Antenna Connections SOP on DEBIX Model A
1. Move the resistor: In Figure 1, move the resistor between pads 2 and 3 to between pads 3 and 4 for the […]
Install gst-plugins-bad on DEBIX
Get DEBIX version: 1. Download the version of gst-plugins-bad that matches the DEBIX gstreamer:  The version used is ubuntu 22.04, which corresponds to […]
Use Ultrasonic module on DEBIX
Part 1 Example Device: DEBIX Model A + I/O Board Overview •​​ The model of Ultrasonic Distance Measuring Module is HC-SR04. •​​ […]
Example of DEBIX Running .net Application
1. Enter Microsoft official website(https://dotnet.microsoft.com/zh-cn/download/dotnet/8.0) to download the latest ARM64 version of the .net environment and .netSDK. 2. After the download is complete, […]
DEBIX Ubuntu20.04 with Kiosk
1. Install xdotool sudo apt install xdotool 2. Create a kiosk script /usr/bin/kiosk.sh #!/bin/bash # Run this script in display 0 – the monitor […]
Use DS1302 module on DEBIX
Example Device: DEBIX Model A + I/O Board Overview The DS1302 module is a real-time clock chip with trickle current […]
Use MPU6050 module on DEBIX
Example Device: DEBIX Model A + I/O Board Overview •​​ The MPU6050 module is a 6-axis motion processing component consisting […]
Use Rotary Encoder module on DEBIX
Overview •​​ The rotary encoder module is also known as the HW-40 encoder module. •​​ The rotary encoder rotates at […]
Ubuntu Install Samba, Map Disk to Windows
1. Install samba sudo apt-get install samba-common dpkg -l | grep samba 2. Modify the configuration file vim /etc/samba/smb.conf Append to […]
DEBIX Compile ISP Camera Guide
Compile ISP Camera, please review the NXP’s 8MP ISP New Camera Porting for more information. 1. Download the latest yocto […]
Compile and Run Joydev Module on DEBIX
Run the command DebixVersion to check the DEBIX version as follows: ================ Debix Information ================= ===================================================== ***HW version : V2.0 ***System version […]
Use of PYGTK on DEBIX
To use PyGTK on DEBIX follow these steps 1. Install python3 Execute the command sudo apt install python3 2. Install PIP […]
Configure DEBIX Pin Electrical Attributes in i.MX Device Tree
There are 2 parameters for the description of pins in the device tree: · MX8MP_IOMUXC_GPIO1_IO01__PWM1_OUT describes the pin multiplexing relationship · […]
Install Microsoft Store and Camera App for Win10 on DEBIX
1.Download appx.zip and unzip it. 2.Copy the above files to the root directory of the USB stick and plug it […]
Use DS18B20 Temperature Sensor module on DEBIX
Example Device: DEBIX Model A + I/O Board Overview · DS18B20 is a high-precision single bus digital temperature measurement chip. […]
Steps to Test Using X-box on DEBIX
1.Install the Xbox driver: sudo apt-get install xboxdrv   2.Disable Enhanced Retransmission Mode (ERTM) on DEBIX: echo ‘options bluetooth disable_ertm=Y’ | […]
DEBIX Modify Boot Logo
Environment Preparation: · Board: DEBIX Model A · System: ubuntu22.04 · Kernel source code: https://github.com/debix-tech/linux 1. Download the kernel source […]
Compile Linux Source Code
Compile linux source code steps: 1.Install the dependent packages sudo apt install git bc bison flex libssl-dev make libc6-dev libncurses5-dev […]
DEBIX Method to Increase Swap Partition
To add swap partitions to DEBIX, follow these steps: The following commands need to be run with root privileges. NOTE: […]
TSN Synchronization Time
Test environment: – Two Debix Model A board (named M1 and M2)    – Connect two boards via the network […]
How to Compile And Deploy The Win10 IoT Experience App
1. Download the source code. SPI: https://github.com/microsoft/Windows-iotcore-samples/tree/develop/BusTools/SpiTestTool I2C: https://github.com/microsoft/Windows-iotcore-samples/tree/develop/BusTools/I2cTestTool GPIO: https://github.com/microsoft/Windows-iotcore-samples/tree/develop/BusTools/GpioTestTool UART: https://github.com/microsoft/Windows-iotcore-samples/tree/develop/Samples/SerialUART Download all the apps via the command: […]
Machine Learning Test on DEBIX Model A
Machine learning algorithms require high computing power, usually using a GPU or NPU for acceleration. DEBIX Model A uses NXP […]
Run 32-bit application on DEBIX Model A
Add 32-bit support and run 32-bit application on DEBIX Model A with 64-bit Ubuntu 22.04 1. Install 32-bit support: sudo […]
Use Docker on DEBIX
To install and use Docker on DEBIX Model A ubuntu22.04, proceed as follows: 1. Update system sudo apt update 2. […]
Configuring WireGuard on DEBIX
The configuration of Wireguard on DEBIX is divided into two parts, the first part: you need to recompile the linux-debix kernel […]
DEBIX Wi-Fi Hotspot Setting
Command method: 1. Switch to root user sudo su 2. Turn on wifi nmcli radio wifi on 3. Create a […]
DEBIX Ubuntu22.04 From Desktop to Server
The steps are as follows: 1.Get root privileges sudo su 2.Disable the related services systemctl stop proc-sys-fs-binfmt_misc.mount systemctl disable proc-sys-fs-binfmt_misc.mount […]
Scroll to Top