Downloads
RK1828 Documentation Companion Resources
All companion resources for the RK1828 documentation (SDK, models, scripts, test videos/images, etc.) are packaged together on Baidu Netdisk.
One-Click Download of All Companion Resources
- Netdisk link: https://pan.baidu.com/s/1ah5205QIA9JHZOp7oBjnJA
- Extraction code:
hmvg - Shared content: the complete
M5-182X-A1resource package
Note
- This netdisk contains all external files referenced by the RK1828 hands-on tutorial chapters
- After extraction, placing the content under
/home/linaro/or/userdata/is recommended - The relative paths for each sample are clearly marked in the documentation
SDK & Tools
| Resource | Description | Link |
|---|---|---|
| RKNN3 Toolkit | PC-side model conversion tool (CNN + LLM + VLM) | GitHub |
| RKNN3 Model Zoo | Official pre-converted models and deployment samples | GitHub |
| RKNN-LLM | RKNN Toolkit2 + LLM toolchain | GitHub |
| RKNN Toolkit2 | PC-side CNN model conversion tool (RK3588 etc.) | GitHub |
| rkllm3-server | LLM inference server (OpenAI-compatible) | Shipped with the RKNN3 SDK |
| Pre-converted models | Official models (Qwen3-1.7B etc.) | Contact ShiMetaPi, or download from the open-source community |
One-Click Deployment Tool
| Tool | Description | Download |
|---|---|---|
| setup.sh | One-click deployment script (OpenClaw + QQ Bot + VLM) | GitHub |
VLM Models
| Model | Files | Size | Download |
|---|---|---|---|
| Qwen3-VL-2B | 5 files (.rknn/.weight/.bin) | ~2GB | Lenovo Enterprise Netdisk, access code: rknn |
Download Instructions
- Click the link to visit the Lenovo Enterprise Netdisk
- Enter the access code:
rknnto download - The model includes the complete Qwen3-VL-2B files (vision LLM + tokenizer + Embedding)
PaddleOCR-VL Model
| File | Size | Description |
|---|---|---|
| PaddleOCR-VL/vision/ | ~300MB | Vision encoder + MLP projection |
| PaddleOCR-VL/llm/ | ~470MB | Ernie 4.5 LLM + tokenizer + embedding |
How to Download
Lenovo Enterprise Netdisk: https://meta.box.lenovo.com/v/link/view/347a716ec0b84e0799675a3f45dfdc23
Access code: rknn
Download Instructions
- Click the link to visit the Lenovo Enterprise Netdisk
- Enter the access code:
rknnto download - The OCR model is usually packaged together with the VLM model
Verified Models
| Model | Params | Quantization | Speed | Context |
|---|---|---|---|---|
| Qwen2.5-0.5B | 0.5B | RKNN | ~208 tok/s | 2048 |
| Qwen3-1.7B | 1.7B | RKNN | ~135 tok/s | 2048 |
| MobileNet V2 | - | FP16/INT8 | ~4.6 ms/frame | - |
Tips
The pre-converted models in the RKNN3 Model Zoo are recommended — they work out of the box. For custom quantization (w4a8 / w8a8) or context length (max_context_len), convert them yourself with the RKNN3 Toolkit.
