Embedded Linux Learning Plan for Beginners

Embedded Linux Learning Plan for Beginners

As the saying goes, the beginning is always the hardest. When you first start, do you feel completely lost about where to begin? Searching online leads you to a pile of new terms that leave you confused, and even finding books in the library feels aimless? With ARM, Linux, and U-Boot all swirling in your … Read more

Storage Systems and Mass Production Methods for Embedded Linux

Storage Systems and Mass Production Methods for Embedded Linux

Abstract With the increasing application of Embedded Linux systems in consumer electronics, data collection, and industrial control, higher demands have been placed on both solution design and production capacity. Among them, the storage solution, as the most important component of the Embedded Linux system, should be given due attention from selection, design, to programming. The … Read more

Setting Up Embedded Linux Qt Environment

Setting Up Embedded Linux Qt Environment

This article introduces how to configure the Qt runtime environment on an embedded Linux development board and perform Qt program running tests. 1 Compiling tslib I have used tslib previously for testing the touchscreen, and here I will record the compilation process. Download the source code of tslib library: https://github.com/libts/tslib/tags Copy the downloaded source code … Read more

Embedded Linux: How to Develop Embedded Linux?

Embedded Linux: How to Develop Embedded Linux?

Click the blue text above to follow us Embedded Linux development mainly has three approaches: bare-metal development, SDK development, and driver development. 1 Bare-metal Development Bare-metal development usually refers to the process of running programs directly on hardware without operating system support. This development method requires developers to interact directly with hardware, writing low-level code … Read more

New Embedded Linux Video Tutorial Series: Driver Collection

New Embedded Linux Video Tutorial Series: Driver Collection

Wei Dongshan is one of the earliest pioneers in embedded Linux training in China, with rich teaching experience in embedded Linux. He has a large following and fan base in the country, and his recorded video courses and textbooks, such as the “Complete Manual for Embedded Linux Application Development,” have been widely sought after by … Read more

Getting Started with Embedded Linux

Getting Started with Embedded Linux

1. The Frenzy of Communication Back Then Do you remember the beginning of 2009, when counterfeit phones were rampant, and the market was mainly dominated by Symbian OS, while the Little Smart (a type of phone) hadn’t exited the market yet, and Android-based smartphones were gradually being introduced? There was no Honor of Kings, let … Read more

Understanding Embedded Linux Cross-Compilation Environment Setup

Understanding Embedded Linux Cross-Compilation Environment Setup

1. Introduction In the previous article titled “How to Install a Linux Virtual Machine”, we explained the installation method for a Linux virtual machine. To build an embedded Linux development environment, it is necessary to configure the cross-compilation environment within the Linux virtual machine. Therefore, this article will introduce the configuration method for the cross-compilation … Read more

Beginner’s Guide to Embedded Linux Programming

Beginner's Guide to Embedded Linux Programming

As the saying goes, the beginning is always the hardest. When starting out, do you feel completely lost, unable to find your way amidst a sea of new terms while searching online? Even going to the library to look for books seems directionless? With terms like ARM, Linux, and U-Boot, it can be overwhelming. Where … Read more

Getting Started with ARM and Embedded Linux

Getting Started with ARM and Embedded Linux

You may have noticed that among those working in embedded systems, there are far more people researching Linux than those working with WinCE. Many manufacturers also provide documentation primarily focused on Linux. I have always found it hard to understand; in fact, the interface of WinCE is much more visually appealing than that of Linux, … Read more

My Journey from Microcontroller to Embedded Linux

My Journey from Microcontroller to Embedded Linux

Click on the top “Embedded Mixed Bag” and “Star the Public Account” to view embedded notes at the first time! Hello everyone, I am ZhengN. Actually, this is a mixed article, haha~ It has been a long time since I last chatted, today is the weekend, and I will simply share my recent situation and … Read more