Application Case: Domestic RK3588 High-Performance Edge Computing Industrial Computer Assists Enterprises in Achieving Full-Link Intelligent Upgrade of Industrial Data

Application Case: Domestic RK3588 High-Performance Edge Computing Industrial Computer Assists Enterprises in Achieving Full-Link Intelligent Upgrade of Industrial Data

Application Case In a smart manufacturing enterprise’s production line upgrade project, faced with the stringent demands of processing a large amount of equipment status data daily and connecting multiple heterogeneous terminals, traditional industrial computers struggle to support real-time decision-making due to computational bottlenecks and communication delays.The Inconsi NIS-5130 industrial computer, with its edge computing architecture … Read more

Deploying Qwen 3.0 on RK3588 – Continuation

Deploying Qwen 3.0 on RK3588 - Continuation

Qwen3 is deployed on rk3588, defaulting to thinking mode, which can be switched to non-thinking mode by adding /no_think to the user input. How to change the default mode to non-thinking on rk3588? That is, setting enable_thinking=False will also take effect on rk3588. Let’s take a look at Qwen3‘s chat_template.Tokenizer_config.json is located in "chat_template": "{%- … Read more

Deploying Qwen 3.0 Based on RK3588

Deploying Qwen 3.0 Based on RK3588

Requires the following versionRKLLM https://github.com/airockchip/rknn-llm/tree/release-v1.2.1b1 Install theRKLLM-Toolkit for this version, otherwise the model conversion may fail. Download the model file, taking Qwen3-0.6B as an example https://www.modelscope.cn/models/Qwen/Qwen3-0.6B Modify rknn-llm/examples/DeepSeek-R1-Distill-Qwen-1.5B_Demo/export/export_rkllm.py Changemodelpath to the downloadedQwen3 directory modelpath = ‘/home/andy/rkllm/Qwen3-0.6B’ Executepython export_rkllm.py to convert to therkllm supported model format. INFO: rkllm-toolkit version: 1.2.1b1WARNING: Cuda device not available! switch to … Read more

Board-to-Board Connector Method | Core Board Z-3588

Board-to-Board Connector Method | Core Board Z-3588

The Z-3588 is the first core board based on the RK3588 platform from LIONTRON, featuring ultra-high performance, strong computing power, and low power consumption. This core board utilizes a board-to-board connector interface, supporting the expansion of 2 CAN channels, 2 Gigabit Ethernet, USB 3.0, and SATA 3.0 high-performance interfaces through the baseboard, meeting the needs … Read more

Using the RK3588 Chip NPU: Compiling YOLOv8-Pose C Demo in Windows 11 Docker and Running on Development Board

Using the RK3588 Chip NPU: Compiling YOLOv8-Pose C Demo in Windows 11 Docker and Running on Development Board

The Objective of This Article This article will compile the YOLOv8-Pose C Demo in the RKNN Docker environment and deploy it to the RK3588 development board using the adb tool. Development Environment Description Host System: Windows 11 Target Device: Android development board equipped with the RK3588 chip Core Tools: Docker image containing rknn-toolkit2, rknn_model_zoo, and … Read more

Industry Trends: Security Monitoring Main Chip (SoC) Series – Rockchip RK3588

Industry Trends: Security Monitoring Main Chip (SoC) Series - Rockchip RK3588

The security industry has emerged in response to the modern society’s demand for safety. With the reform and innovation of video surveillance technology, the industry has gone through four stages: analog monitoring, digital monitoring, network high-definition monitoring, and intelligent monitoring. Each breakthrough in these stages has been led by innovations in upstream technology.In security monitoring … Read more

Building an Embedded Linux Development Environment for RK3588: Practical Experience from Professional Developers

Building an Embedded Linux Development Environment for RK3588: Practical Experience from Professional Developers

Building an Embedded Linux Development Environment for RK3588: Practical Experience from Professional Developers Introduction The RK3588, as the latest flagship SoC from Rockchip, has garnered significant attention in fields such as AI edge computing and machine vision due to its 8-core ARM v8.2 architecture processor, high-performance NPU, and rich multimedia processing capabilities. This article will … Read more

Real-Time Video Streaming Tool Based on RK3588

Real-Time Video Streaming Tool Based on RK3588

Background Video encoding and streaming technology is the core of modern streaming media technology, aimed at improving transmission efficiency and adapting to different network environments through compression and encoding of video data. With the development of the internet, the application of video content in entertainment, education, surveillance, and other fields is becoming increasingly widespread, making … Read more

How to Choose Between RK3588 and RK3588S?

How to Choose Between RK3588 and RK3588S?

RK3588 and RK3588S Cost Price: Differences in Cost-Effectiveness RK3588S, as an optimized version of RK3588, has advantages in cost control. If the project is cost-sensitive and does not require high-performance interfaces, RK3588S can meet basic needs with a more economical solution; while RK3588, with its more comprehensive configuration and richer interfaces, is suitable for scenarios … Read more

Issue of Cursor Disappearance on RK3588 Platform

Issue of Cursor Disappearance on RK3588 Platform

On the RK3588 platform, after a certain stage, if the hardware cursor is enabled, it is likely to disappear in some scenarios, and cannot be restored without a system reboot. Based on this phenomenon, it can be determined that the root cause lies within the kernel. Below, we will discuss this issue and how to … Read more