Getting Started with OrangePi AIpro Development Board
OrangePi AIpro Overview
Hardware Specifications
The OrangePi AIpro is a high-performence AI development board featuring:
Component
Details
Processor
4-core 64-bit ARM (1 core reserved for AI)
AI Accelerator
Huawei Ascend 310B (4 TFLOPS FP16, 8 TOPS INT8)
Memory
8GB/16GB LPDDR4X @ 3200Mbps
Storage
32MB SPI Flash, microSD slot, eMMC ...
Posted on Mon, 08 Jun 2026 17:14:30 +0000 by tymlls05
QEMU Emulation for Orange Pi (H3 Model)
Host Enviroment Setup
A Windows 10 system with WSL (using OpenEuler) serves as the host. Other Linux distributions are acceptable (differences exist mainly in package management workflows).
QEMU Package Installation
To emulate the ARM-based Orange Pi (H3), install these two QEMU packages:
qemu-system-aarch64 (enables ARM64 emulation)
qemu-img ...
Posted on Mon, 01 Jun 2026 18:05:04 +0000 by maseeha
Real-Time System Monitoring on ARM-Linux Boards
Real-Time System Monitoring on ARM-Linux Boards
Monitoring real-time system data on ARM-Linux development boards is crucial for debugging, performance evaluation, and ensuring optimal operation. This guide demonstrates how to retrieve key metrics such as uptime, CPU usage, temperature, memory utilization, disk space, and network IP addresses us ...
Posted on Fri, 15 May 2026 19:21:27 +0000 by thiggins09
Getting Started with OrangePi Zero 2: A Complete Beginner's Guide
Overview
The OrangePi Zero 2 is a low-cost single-board computer powered by the Allwinner H616 SoC (ARM Cortex-A53). It supports multiple operating systems including Ubuntu, Debian, and Android TV 10. This guide provides step-by-step instructions for setting up the board from scratch, covering hardware preparation, system installation, serial c ...
Posted on Wed, 13 May 2026 11:35:45 +0000 by FunkyELF