Board Information
- Board: Radxa Dragon Q6A
- SoC: QCS6490
- Kernel: 6.18.2-4-qcom
- OS: Ubuntu 24.04.4 LTS
Problem
NPU/DSP cannot be used. FastRPC fails to open CDSP session with error 0x80000600.
All fastrpc_test cases fail. QNN HTP backend cannot initialize.
Error Message
adsp-rpc-remote-heap exists in DTB but cdsp-rpc-remote-heap is missing.
Steps to Reproduce
- Install:
sudo apt install qairt-dsp-binaries task-qualcomm-npu fastrpc-test
- Run:
fastrpc_test → 3/3 FAILED with 0x80000600
- Run:
qnn-net-run --retrieve_context model.bin --backend libQnnHtp.so → Device Creation failure
Expected Behavior
CDSP accessible via FastRPC, NPU inference working with QNN HTP backend
Request
Please add cdsp-rpc-remote-heap reserved DMA memory in DTB for Dragon Q6A board.
Board Information
Problem
NPU/DSP cannot be used. FastRPC fails to open CDSP session with error 0x80000600.
All fastrpc_test cases fail. QNN HTP backend cannot initialize.
Error Message
adsp-rpc-remote-heapexists in DTB butcdsp-rpc-remote-heapis missing.Steps to Reproduce
sudo apt install qairt-dsp-binaries task-qualcomm-npu fastrpc-testfastrpc_test→ 3/3 FAILED with 0x80000600qnn-net-run --retrieve_context model.bin --backend libQnnHtp.so→ Device Creation failureExpected Behavior
CDSP accessible via FastRPC, NPU inference working with QNN HTP backend
Request
Please add
cdsp-rpc-remote-heapreserved DMA memory in DTB for Dragon Q6A board.