Exploring ARM Without a Development Board

Exploring ARM Without a Development Board

Yesterday: Daily Update 8/30: Daily Update for 7 Days Will Recently, I have been reviewing knowledge about the ARM architecture and testing with qemu. Today, I will share some thoughts on how to explore ARM without a development board. For specific methods, please refer to links 1-4. In the absence of a development board, you … Read more

RK3588 Core Board Overview and Custom Solutions

RK3588 Core Board Overview and Custom Solutions

1. Product Overview 1.1 Applicable Scope The product adopts a core board plus baseboard configuration, with the core board primarily integrating four main components (main control, memory, storage, and power management). The core board is easily detachable for quick secondary development by customers, mainly applied in industrial control, commercial displays, smart home, automotive electronics, medical … Read more

Differences Between C++ Autonomous Driving and Embedded Linux Development

Differences Between C++ Autonomous Driving and Embedded Linux Development

C++ Autonomous Driving Development: C++ autonomous driving development refers to the research and development work of intelligent driving (Autonomous Driving, AD) technology using the C++ language. This work involves understanding and utilizing sensing, artificial intelligence algorithms, real-time operating systems, and complex software architectures to achieve autonomous navigation and control of vehicles. The main goal is … Read more

Can VxWorks and Linux Run Simultaneously on MPSoC?

Can VxWorks and Linux Run Simultaneously on MPSoC?

The Xen hypervisor project began at the University of Cambridge in the 1990s and became open source in 2002. Today, it is one of the most popular open-source hypervisors, usable in cloud computing. Xilinx and DornerWorks have applied this virtualization platform on the Zynq UltraScale+ MPSoC, allowing Xen to shine. It ensures security, multifunctionality, and … Read more

Differences Between 51, STM32, and Linux LED Control

Differences Between 51, STM32, and Linux LED Control

Follow+Star Public Number, don’t miss out on exciting content Arrangement | strongerHuang WeChat Public Account | Embedded Column The first “project” for embedded beginners is LED control. In this article, we’ll explore the differences between 51, STM32, and Linux LED control. 51 LED Control 51 LED control is a popular choice for many microcontroller beginners, … Read more

Differences in LED Control: 51, STM32, and Linux

Differences in LED Control: 51, STM32, and Linux

Follow+Star Public Account Number, don’t miss wonderful content Compiled by | strongerHuang WeChat Public Account | Embedded Column The first “project” for embedded beginners is LED control. This article will show you the differences between 51, STM32, and Linux LED control. 51 LED Control 51 LED control is the first choice for many microcontroller beginners, … Read more

OpenWRT Basic Custom Image Compilation

OpenWRT Basic Custom Image Compilation

Compiling a dedicated OpenWRT image OpenWRT is almost essential for enthusiasts, but due to the need for additional environment configuration and the high failure rate of compilations, most people choose to download the generic images provided by the official sources. However, as a technology enthusiast, there is always a demand for customized images, especially for … Read more

Differences Between MCU Development and ARM-Linux Development

Differences Between MCU Development and ARM-Linux Development

For the development of ARM-Linux programs, it can be mainly divided into three categories: application development, driver development, and system kernel development. Each type of software development has its unique characteristics. Today, let’s explore the differences between ARM-Linux development and MCU development, as well as the basic development environment for ARM-Linux. 1. Differences Between ARM-Linux … Read more