I’m currently working on several AI models (YOLOv8 / ReXNet / MobileNet) that I convert using rknn-toolkit2 v2.2 and v2.3, which generate RKNN v6 models.
However, on my Luckfox Pico Max (RV1106) running the official Buildroot SD image (SDK 1.3), the default runtime only supports RKNN v5.
When trying to load v6 models, I get this error:
E RKNN: incompatible model version (expected v5, got v6)
I’d like to:
Update only the RKNN runtime on the official Buildroot (SD-based image)
so that it can run RKNN v6 models,
without having to rebuild a build root image.
Is there a runtime package (v1.9 or v2.0) that supports RKNN v6 and can be installed manually on the Buildroot SD image?
If yes, which files exactly should be replaced?
(e.g. /usr/lib/librknn_api.so, /lib/firmware/npucode.bin, etc.)
Does Luckfox plan to release a new Buildroot SDK (1.4 or 2.0) including the updated runtime?
If rebuilding the SDK is required, which Git branch or menuconfig option should be enabled to include rknn_runtime v1.9+?
Run models exported with rknn-toolkit2 v2.3.2 (RKNN v6 format)
on the Luckfox Pico Max without losing camera / ISP / network compatibility from the current official SD image.
Thanks in advance to the Luckfox and Rockchip teams —
and to anyone who already migrated the runtime from RKNN v5 → v6 on the RV1106 platform
—
Olivier Q.
AI & Embedded Vision Engineer – ODC
