C++ and Embedded Linux: Building Efficient Real-Time Systems

C++ and Embedded Linux: Building Efficient Real-Time Systems

Hello everyone, I’m Chives, and today we will discuss the use of C++ in building efficient real-time systems on embedded Linux. This is a practical and interesting topic for C++ beginners and enthusiasts. We will explore the clever use of smart pointers and how they shine in embedded Linux systems. The Clever Use of Smart … Read more

Should You Transition From Microcontrollers to Embedded Linux?

Should You Transition From Microcontrollers to Embedded Linux?

Recently, many friends have voted and consulted on how to transition from microcontrollers to embedded Linux development. It seems that there are quite a few readers in the microcontroller and RTOS field. Although I am currently engaged in embedded development related to Linux/Android, I also have about 5 years of experience with bare-metal microcontrollers and … Read more

Essential Knowledge About Embedded Linux Systems

Essential Knowledge About Embedded Linux Systems

1 Components of Embedded Linux Systems 1. Hardware 2. Kernel 3. Applications (forming the root file system) 2 Main Tasks in Building Embedded Linux Systems 1. Kernel Part 2. Application Part Development of Embedded Linux can generally be divided into three levels: boot loading the kernel, constructing the file system, and graphical user interface. The … Read more

Beginner’s Guide to Embedded Linux Learning Path

Beginner's Guide to Embedded Linux Learning Path

1. Core Courses for Microcontroller Bare Metal This course is the core course for microcontroller bare metal; it is essential knowledge for advanced learning of microcontrollers; it also serves as a bridging knowledge for Linux bare metal development; preparing for further learning of RTOS/u-boot/Linux. 1.1 Core Microcontroller/RTOS Essentials (Based on STM32F103) 1.2 Core Microcontroller/RTOS Essentials_Hardware … Read more

Comprehensive Guide to Embedded Linux by Wei Dongshan

Comprehensive Guide to Embedded Linux by Wei Dongshan

Instructor Introduction Wei Dongshan | Graduated from University of Science and Technology of China, with dual degrees in Electronics and Computer Science. 2005-2007 Worked at ZTE Corporation in embedded Linux development, achieving S-level performance. 2008 Published “Complete Handbook of Embedded Linux Application Development”, which has been a bestseller in the embedded field. 2008-2011 Served as … Read more

From Zero to Master: Recommended Reading List for Embedded Linux

From Zero to Master: Recommended Reading List for Embedded Linux

WeChat has changed its push rules; if you don’t star public accounts, you may not receive notifications. Detailed method for starring accounts: How to Star Public Accounts. Hello everyone, I am Zhiwei! Although there are many technical articles available online, the downside is that the knowledge points are too scattered. Books are meticulously organized and … Read more

Research on Accelerating IoT Development with Embedded Linux

Research on Accelerating IoT Development with Embedded Linux

Handcrafted open-source news and technical content, with hundreds of thousands of programmers and Linux enthusiasts already following. Introduction Embedded Linux can significantly accelerate the development speed of IoT solutions, simplify functional expansion, and provide IP gateway services for the IoT ecosystem. Moreover, the vast array of drivers, functional libraries, and even open-source code within the … 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

How to Transition from Mechanical Automation to Embedded Linux?

How to Transition from Mechanical Automation to Embedded Linux?

Recently, many students majoring in mechanical automation have come to ask me how to transition to embedded systems after graduation, specifically how to learn and find jobs. Most of them are recent graduates or about to graduate students who have been exposed to C language during their studies, and many have self-studied microcontrollers and ARM. … Read more

Embedded Linux System Automatic Build Framework

Embedded Linux System Automatic Build Framework

Scan to FollowLearn Embedded Together, let’s learn and grow together Using Buildroot makes building embedded Linux systems more convenient. 1. What is Buildroot? Buildroot is an open-source automatic build framework for embedded Linux systems on the Linux platform. The entire Buildroot consists of Makefile scripts and Kconfig configuration files. You can configure Buildroot and modify … Read more