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

Exploring the World of Embedded Linux: Basic Setup and Simple Application Development

Exploring the World of Embedded Linux: Basic Setup and Simple Application Development

Exploring the World of Embedded Linux: Basic Setup and Simple Application Development Embedded Linux, as an efficient, stable, and widely applicable operating system, has become an indispensable technological cornerstone in many fields. Whether in consumer electronics, networking devices, automotive electronics, or industrial control, embedded Linux plays a crucial role. This article mainly introduces the basic … Read more

Embedded Linux from the Perspective of Microcontroller Engineers

Embedded Linux from the Perspective of Microcontroller Engineers

1. Introduction This article briefly outlines some knowledge about Embedded Linux, serving as a reference for those looking to advance from microcontrollers to Embedded Linux. With the increasing number of tutorials on Embedded Linux, I believe many friends studying microcontrollers have started to experiment with it! 2. What to Learn About Embedded Linux? 1. Understanding … Read more

Getting Started with Embedded Linux Development

Getting Started with Embedded Linux Development

Abstract During my university days, I also wanted to learn embedded Linux development, but for various reasons, I gave up. It wasn’t until I started working that I truly began my journey. Based on this learning experience, I wrote this article to share with all those who wish to learn embedded Linux development. In college, … Read more