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

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

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

Building a Custom Linux System with Buildroot

Building a Custom Linux System with Buildroot

Introduction to Buildroot Buildroot is a tool for automating the building of embedded Linux systems. Buildroot can generate cross-compilation toolchains, root filesystems, Linux kernel images, and bootloaders. Buildroot can be used independently with any combination of these options (for example, you can use an existing cross-compilation toolchain and only use Buildroot to build your root … Read more

Creating Embedded Linux Systems with Buildroot

Creating Embedded Linux Systems with Buildroot

Click/ the blue text above/ to follow me Original: https://marcocetica.com/posts/buildroot-tutorial/ Detailed configuration screenshots for Cloudflare Zero Trust secure browsing This tutorial will guide you through the process of creating a small Linux distribution for ARM-based embedded devices (like Raspberry Pi) using Buildroot. By the end of this article, you will be able to run your … Read more

Connecting Embedded Linux Single Board to Feiyan IoT Platform

Connecting Embedded Linux Single Board to Feiyan IoT Platform

Hello everyone, I am the Mixed Cuisine Master. Recently, our device’s cloud platform needs to switch to Alibaba’s Feiyan platform, so I’m making some notes to document the process. Alibaba has several IoT platforms: IoT Platform Smart Living IoT Platform (Feiyan Platform) Urban IoT Platform They have different application scenarios. Among them, the entry point … Read more

Using Rust for Embedded Development

Using Rust for Embedded Development

Follow+Star PublicAccount, don’t miss exciting content Author | Papalymo Rust is a widely used programming language in the 21st century. One widely recognized aspect of Rust is that it can run on diverse targets, from desktop and server devices to resource-constrained embedded devices. What is Rust Rust is a language that empowers everyone to build … Read more

Embedded Linux Development: Common Techniques and Tips

Embedded Linux Development: Common Techniques and Tips

I am Lao Wen, an embedded engineer who loves learning. Follow me, let’s become better together! There are techniques everywhere in life, and embedded Linux development is no exception. If beginners understand these commonly used techniques in development, it can help you avoid many detours. These techniques are not limited to a specific development board … Read more