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

Building QEMU and Nezha Development Board System Image with Buildroot

Building QEMU and Nezha Development Board System Image with Buildroot

“ Corrector: TinyCorrect v0.1 – [codeblock pangu]Author: Kepontry [email protected]: 2022/12/28Revisor: Falcon [email protected], Wang Liming [email protected]: RISC-V Linux Kernel AnalysisProposal: Embedded Linux System for RISC-VSponsor: PLCT Lab, ISCAS ” This week continues the series of articles on embedded RISC-V Linux. Remember to bookmark, share, and follow; write articles to receive subsidies: gitee.com/tinylab/riscv-linux The activity uniformly uses … Read more

Buildroot System Construction Learning Notes Using IMX6ULL

Buildroot System Construction Learning Notes Using IMX6ULL

Click the “Embedded Cloud IoT Technology Circle” above to select “Pin Public Account” to view embedded notes at the first time! Recently, I have been studying content related to audio and video development, so hardware selection is very important. Due to chip shortages, to ensure the normal supply chain of future chips, I finally chose … Read more

Building Root Filesystem with Buildroot

Building Root Filesystem with Buildroot

1. General Steps for Building Root Filesystem with Buildroot Buildroot is a framework for building embedded Linux systems, which can automate the configuration, compilation of the kernel, u-boot, and root filesystem. Here is a basic step-by-step guide for generating a root filesystem using Buildroot: 1. Install Buildroot: First, you need to install Buildroot on your … Read more

Using TRIM in Buildroot System in 1 Minute

Using TRIM in Buildroot System in 1 Minute

Open Source Harmony Hardware Solution Leader Tactile Intelligence This article is applicable to Tactile Intelligence development boards that support the Buildroot system. This article takes the Purple Pi OH as an example. The Tactile Intelligence Purple Pi OH motherboard is a recommended Harmony development board from the Huawei Laval official community. This motherboard is mainly … Read more

TinyBPT And Buildroot Binary Package Management Service (3): Server Description

TinyBPT And Buildroot Binary Package Management Service (3): Server Description

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

Allwinner V853 – Buildroot Application Cross Compilation

Allwinner V853 - Buildroot Application Cross Compilation

Allwinner V853 – High-Performance Edge AI Vision Processing Chip The V853 is a new generation of high-performance, low-power processor SoC aimed at the intelligent vision field, widely used in industries related to intelligent upgrades such as smart locks, intelligent attendance systems, network cameras, dashcams, and smart lamps. The V853 integrates Arm Cortex-A7 and RISC-V E907 … Read more