Step-by-Step Guide to Setting Up an Embedded Web Server on a Development Board

Step-by-Step Guide to Setting Up an Embedded Web Server on a Development Board

Follow+Star Public Account Number to not miss exciting content Source | Embedded Miscellaneous This article provides a step-by-step guide to setting up a web server on a development board in 10 minutes. The article “What are the Common Embedded Web Servers?“ shares several web servers that can be used in embedded systems. An embedded web … Read more

My First Qt Program Running on a Linux Development Board

My First Qt Program Running on a Linux Development Board

01 IntroductionLearning Linux is not difficult; the challenge lies in not finding the right tutorials and having no one to guide you quickly.After buying the development board, it just sits there collecting dust. Watching videos is hard to continue, and the documentation is hard to understand; it’s too difficult!This article aims to explain the basic … Read more

My First Qt Program Running on a Linux Development Board

My First Qt Program Running on a Linux Development Board

Abstract: Learning Linux is not difficult; the challenge lies in finding the right tutorials and having someone to guide you quickly. After purchasing a development board, it often ends up gathering dust. Watching videos becomes tedious, and understanding the documentation is too hard, making it quite frustrating! Therefore, today I will explain the basic steps … Read more

Automated Build for Embedded Linux

Automated Build for Embedded Linux

1. Development Experience The BSP engineers from device manufacturers mainly focus on root filesystem/driver porting/system integration/hardware debugging. It is important to note the distinction from the driver engineers at chip manufacturers. After graduation, the opportunities to write drivers from scratch are few and far between; most of the time, drivers are provided by the chip … Read more

Introduction to BusyBox: A Lightweight Command System for Embedded Devices

Introduction to BusyBox: A Lightweight Command System for Embedded Devices

As we all know, embedded devices typically have limited storage and resources. This is where BusyBox, a command system for embedded devices, comes into play. BusyBox is characterized by its powerful functionality while occupying a small storage capacity. Today, I will introduce how to download and compile BusyBox for your embedded device. Introduction to BusyBox … Read more

Porting GDB 16.2 on RK3399

Porting GDB 16.2 on RK3399

πŸ‘† Click the blue text "Linux Armory" at the top, and select "Add to Favorites" in the upper right corner to not miss out on great articles and see valuable content first. πŸ‘† FollowLinux Armory, to receive hardcore Linux learning materials and code. To quickly locate program issues, it is necessary to compile gdb16.2 on … Read more

GCC Compiler Toolchain Download and Installation Guide

GCC Compiler Toolchain Download and Installation Guide

The GCC embedded system cross-compilation toolchain (GNU Arm Embedded Toolchain) includes: the Windows version of ARM-GCC, debugger (OpenOCD), make tools, and programming tools. I have shared “arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi.exe” via Quark Cloud Disk; click the link to save it. Link: https://pan.quark.cn/s/318d63030760 The option “Add path to environment variable” is not checked by default; please check it here. … Read more

What is Embedded Programming? How to Get Started and Improve?

What is Embedded Programming? How to Get Started and Improve?

Content Overview What is Embedded? What is Cross-Compilation? Getting Started and Improving in Embedded 1. What is Embedded? Embedded can be said to be one of the most widely covered and popular professions today. So, what is embedded? This question cannot be easily answered in just a few words. Embedded, in English, is “embedded,” meaning … Read more

Cross-Compiling ARM Architecture Browser on Deepin Linux: A Comprehensive Guide

Cross-Compiling ARM Architecture Browser on Deepin Linux: A Comprehensive Guide

With the rapid development of domestic information technology systems, an increasing number of devices are adopting non-x86 architecture CPUs, such as ARM, Loongson, Shenwei, and RISC-V. Among them, the ARM architecture holds a significant market share due to its wide application, with Feiteng and Huawei Kirin being the main representatives of ARM architecture. When developing … Read more

Guide to Building Embedded Linux Root File System

Guide to Building Embedded Linux Root File System

Click on the “Embedded Application Research Institute” above, and select “Top/Star Official Account“ Useful Resources Delivered First Hand! Source | CSDN-Stop at Perfection 656 Compiled & Formatted | Embedded Application Research Institute 1. Root File System Layout The layout of the embedded Linux root file system is recommended to follow the FHS standard. In fact, … Read more