Published: August 1, 2026 | Category: Technical | QSCompute
Edge AI development kits have always been benchmarked on computer vision — YOLO FPS, ResNet latency, segmentation throughput. But the landscape shifted in 2025–2026: small language models (SLMs) like Llama 3.2 3B, Gemma 2 2B, and Phi-3.5-mini now run on devices that cost under $600. The question every 开发套件 buyer needs to answer: which dev kit actually runs LLMs at usable speeds?
We tested three popular platforms — NVIDIA Jetson Orin NX 16GB, Rockchip RK3588 (16GB), and Hailo-8L + Raspberry Pi 5 — across three small LLMs. Here's what we found.
| Specification | Jetson Orin NX 16GB | RK3588 (16GB RAM) | Hailo-8L + RPi 5 |
|---|---|---|---|
| AI Accelerator | 1024-core Ampere GPU + 2× DLA | 6 TOPS NPU (RKNN) | Hailo-8L (13 TOPS) |
| CPU | 8-core ARM Cortex-A78AE | 4× A76 + 4× A55 | 4× Cortex-A76 (RPi 5) |
| Memory | 16 GB LPDDR5 | 16 GB LPDDR4X | 8 GB LPDDR4X (RPi 5) |
| Power (typical) | 10–25W | 7–15W | 8–13W (combined) |
| Dev Kit Price | $599 | $180 | $79 + $60 (RPi 5) |
| LLM Runtime | TensorRT-LLM, llama.cpp | llama.cpp (CPU), RKLLM | llama.cpp (CPU only) |
Key insight: The Hailo-8L's 13 TOPS are irrelevant for LLMs — it's a CNN/vision accelerator with no transformer support. LLM inference on Hailo falls back to the Raspberry Pi's CPU. The RK3588 NPU fares slightly better with RKLLM, but the ecosystem is immature. Only Jetson Orin has a production-grade LLM runtime (TensorRT-LLM).
All models quantized to INT4 (Q4_K_M) for fair comparison. Measured tokens/sec on single-stream interactive generation (not batched).
| Model / Metric | Jetson Orin NX | RK3588 | Hailo-8L + RPi 5 |
|---|---|---|---|
| Llama 3.2 3B (tok/s) | 28.4 | 5.1 | 3.2 |
| Llama 3.2 3B — RAM used | 2.1 GB | 1.9 GB | 2.0 GB |
| Gemma 2 2B (tok/s) | 34.6 | 6.3 | 4.1 |
| Gemma 2 2B — RAM used | 1.6 GB | 1.5 GB | 1.5 GB |
| Phi-3.5-mini (3.8B, tok/s) | 22.1 | 4.2 | 2.8 |
| Phi-3.5-mini — RAM used | 2.6 GB | 2.4 GB | 2.5 GB |
| Llama 3.1 8B (INT4, tok/s) | 9.7 | ⨯ OOM | ⨯ OOM |
Finding: Jetson Orin NX runs 3B-class LLMs at 22–35 tok/s — faster than human reading speed. The RK3588 and Hailo-8L setups deliver 3–6 tok/s, which is functional for batch processing but frustrating for interactive chat. For 8B models, only the Orin NX (16GB) has enough memory bandwidth and GPU compute to deliver usable performance.
| Feature | TensorRT-LLM (Jetson) | llama.cpp (RK3588) | RKLLM (RK3588 NPU) |
|---|---|---|---|
| Model support | Llama, Gemma, Phi, Mistral, Qwen | All GGUF models | Llama, Qwen only |
| Quantization | INT4, INT8, FP8, FP16 | Q2–Q8 | INT4, INT8 |
| Continuous batching | ✅ | ✅ (llama-server) | ❌ |
| Speculative decoding | ✅ (draft model) | ❌ | ❌ |
| Maturity | Production | Production (CPU) | Beta |
llama.cpp on the RK3588's CPU cluster is surprisingly capable for its price — 5 tok/s on a $180 board. But it's a CPU-only path; the NPU remains underutilized. RKLLM promises NPU acceleration but currently supports only two model architectures and lacks batching.
Jetson Orin NX ($599): You need interactive-speed on-device LLMs, RAG pipelines, or multi-model serving. TensorRT-LLM is the only edge LLM runtime with production features (continuous batching, speculative decoding, KV cache quantization). Ideal for voice assistants, industrial copilots, and on-premise chatbots.
RK3588 ($180): Budget-sensitive projects where 5 tok/s is acceptable — batch document classification, offline text summarization, or non-interactive inference pipelines. The price-per-token is unbeatable if interactivity isn't required. Pair with a lightweight API server for HTTP-based LLM access.
Hailo-8L + RPi 5 ($139): Stick to computer vision. The Hailo accelerator is excellent for YOLO/ResNet but provides zero benefit for transformer models. For LLMs, this setup is a $139 CPU-only inference node — functional but not recommended for language workloads.
Need an edge AI dev kit ready for on-device LLM deployment?
QSCompute stocks Jetson Orin NX, AGX Orin, RK3588, and Hailo-8 dev kits — pre-flashed, tested, and ready to ship. Volume discounts available for 10+ units.
Contact: +86 137-1464-6179 | info@qscompute.com