Using the RK3588 Chip NPU: Example of Running PPOCRv4 in Windows 11 Docker

Using the RK3588 Chip NPU: Example of Running PPOCRv4 in Windows 11 Docker

The Objective of This Article This article will practice the PPOCR example 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 other … Read more

Deploying DeepSeek-32Bw8a8+Dify Knowledge Base Application on Ascend Servers/Development Boards

Deploying DeepSeek-32Bw8a8+Dify Knowledge Base Application on Ascend Servers/Development Boards

Step 1: First, apply for the device from Ascend, and obtain the Atlas 800 9000 server. Use the official account and password provided by Ascend to ensure you can log into the server. (1) Update the drivers, as the image provided by Ascend requires a specific version of the driver firmware. Download and install the … Read more

Using the RK3588 Chip NPU: Running MobileNet Model in Windows 11 Docker and Deploying to Development Board for Object Detection

Using the RK3588 Chip NPU: Running MobileNet Model in Windows 11 Docker and Deploying to Development Board for Object Detection

The Objective of This Article This article will practice the MobileNet image classification example in the RKNN Docker environment and deploy it to the RK3588 development board using the adb tool. For an introduction to MobileNet, please refer to the previous article. Development Environment Description Host System: Windows 11 Target Device: Android development board equipped … Read more

Deploying DeepSeek Large Model on Kunpeng Server with openEuler and Ascend NPU

Deploying DeepSeek Large Model on Kunpeng Server with openEuler and Ascend NPU

1. Deployment MethodUtilizingopenEuler 22.03 LTS SP4 + twoAscend NPUs, using Docker to launch themindIEimage, the model used is deepseek-32bDeployment process is as follows:1. Install the server operating system2. Install NPU drivers3. Install Docker and download the MindIE image4. Download the large model files5. Launch the MindIE image and load the large model6. Test the output … Read more

A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

Old computers that are idle at home can be a headache as they can’t be sold for a good price and their performance doesn’t meet current demands. However, by following these steps, you can make them useful again, earn extra income, and serve as a home server: Install a Lightweight Linux System: Choose a suitable … Read more

Some Minor Issues with OpenWRT

Some Minor Issues with OpenWRT

OpenWrt Status Monitoring with netdata http://IP:19999/ Access port 19999OpenWrt web terminal, luci-i18n-ttyd-zh-cn To enter configuration, change the original command from /bin/login to /bin/login -f root for automatic login If /bin/login -f root does not work, you can try this methodModify the option command line in /etc/config/ttydDefault is: option command ‘/bin/login’Change to: option command ‘/usr/libexec/login.sh’After saving, … Read more

Home Server Management Tool! One-Click Deployment of Your Personal Service Navigation Portal

Home Server Management Tool! One-Click Deployment of Your Personal Service Navigation Portal

Home Server Management Tool! One-Click Deployment of Your Personal Service Navigation Portal Are you often faced with the situation where you have dozens of smart devices running at home, and a bunch of Docker services on your NAS, and every time you want to use Jellyfin to watch a movie, you have to dig through … Read more

Using NPU on RK Platform

Using NPU on RK Platform

With the development of AI intelligence, many chips more suitable for AI learning have been introduced following traditional CPUs and GPUs. This article introduces how to develop NPU chips based on the SDK provided by the RK platform. 1. Introduction to NPU Chips NPU stands for Neural Network Processing Unit. 2. Using RKNN 1. SDK … Read more

The Ubiquitous BusyBox: How to Create a Minimal Linux Environment with It

The Ubiquitous BusyBox: How to Create a Minimal Linux Environment with It

Follow the public account below for more hot news The Ubiquitous BusyBox: How to Create a Minimal Linux Environment with It What is BusyBox BusyBox combines commonly used UNIX utility programs into a single executable file, providing an efficient and space-saving solution. Common tools such as ls, cp, cat, echo, mount, ps, etc., can all … Read more

Deployment Testing of EMQX on NXP iMX8MP ARM Platform

Deployment Testing of EMQX on NXP iMX8MP ARM Platform

Introduction EMQX is an open-source MQTT message server developed on the Erlang/OTP platform, widely used in the Internet of Things (IoT) field for message transmission and control between devices and servers. This document is based on the NXP i.MX8M Plus ARM processor platform, deploying and testing EMQX by integrating a Docker environment into the Yocto … Read more