Complete Guide to Kernel 6.x, Buildroot, Debian, OpenWrt, and Tina-SDK

Complete Guide to Kernel 6.x, Buildroot, Debian, OpenWrt, and Tina-SDK

Mainline Kernel 6.x? Buildroot? Debian Distribution? OpenWrt Router? Tina-SDK? Multicore Heterogeneous Development? RTOS Heterogeneous Communication? IPC RTSP Streaming Display? This time, we cover everything Running Tina-SDK Running the distribution system Running Buildroot E907 RTOS bare metal coremark test The images provided this time are also comprehensive, ready to use right out of the box Source … Read more

Building Embedded Linux with Yocto and Buildroot

Building Embedded Linux with Yocto and Buildroot

Most of the work in Linux system development revolves around the root filesystem, as uboot and kernel are generally provided by the manufacturer, and drivers for peripherals are also provided by the official sources. The main development work is not extensive. The most challenging aspect of building the root filesystem is ensuring that the versions … Read more

Hands-On Training in Xiamen/Shenzhen: Creating STM32MP13 Boot Images with Buildroot

Hands-On Training in Xiamen/Shenzhen: Creating STM32MP13 Boot Images with Buildroot

Course Introduction The STM32 MPU microprocessor has launched two series: STM32MP15x and STM32MP13x, with the STM32MP13x being a cost-effective industrial-grade MPU released in 2023. It features a single Cortex-A7 core with a frequency of up to 1000MHz, suitable for industrial applications, medical monitoring, building automation, etc. Enhanced security features make the STM32MP13 applicable for devices … Read more

TinyBPT: Client Usage Guide for Buildroot

TinyBPT: Client Usage Guide for Buildroot

Corrector: TinyCorrect v0.2-rc2 – [tounix spaces]Author: Chai Zixuan [email protected]: 2024/09/27Revisor: falcon [email protected]: RISC-V Linux Kernel AnalysisSponsor: PLCT Lab, ISCAS This week continues the series of articles on TinyBPT. Remember to bookmark, share, and follow, collection: https://tinylab.org/riscv-linux Zero-threshold transition to RISC-V + Embedded Linux, keep up with TaiXiao Technology’s 30+ lectures on Bilibili, prepare a RISC-V … Read more

Buildroot System One-Click Restore Configuration Guide

Buildroot System One-Click Restore Configuration Guide

The DTU series and G series both have user-defined keys. In the Buildroot system, the default function is the one-click restore system configuration function, but customers can customize its functionality. Default KEY One-Click Restore System Configuration After the system starts, long press the KEY button for more than 30 seconds, the system will execute the … Read more

Creating Root Filesystem for I.MX6 Using Buildroot

Creating Root Filesystem for I.MX6 Using Buildroot

1. Introduction I have been working with Freescale/NXP’s I.MX6 processor for over two years. As someone who initially played with MCUs, I faced many challenges. The most frustrating aspect was the official Yocto-based development environment, which required an enormous amount of space, specific versions of Ubuntu, and even the ability to bypass internet restrictions. Additionally, … Read more

Building Qt Root Filesystem with Buildroot

Building Qt Root Filesystem with Buildroot

Purpose of Building Qt Root Filesystem The purpose of building the Buildroot Qt root filesystem is to create a customized filesystem for embedded systems that integrates the Qt libraries and applications. Buildroot is an open-source tool for building embedded Linux systems, providing a simple and flexible way to generate a complete root filesystem image. By … Read more

Building Embedded Linux with Yocto and Buildroot

Building Embedded Linux with Yocto and Buildroot

Follow and star our public account for exciting content Doing Linux system development mainly revolves around the root filesystem, as uboot and kernel are generally provided by the manufacturer, and the peripherals also have official drivers available for porting, making the development work relatively minimal. The most challenging aspect of building the root filesystem is … Read more

How to Port MQTT Protocol in Buildroot on T113-i Board

How to Port MQTT Protocol in Buildroot on T113-i Board

In actual project development, engineers may need to port some tools or protocols in the file system. So how should we perform the porting operation? We can add package configurations to port new features in the Buildroot of the OK113i-S development board. In this article, I will introduce how to port the MQTT protocol in … Read more