docs(qualcomm): add fastrpc /dev/ device check and troubleshooting section#1783
Open
tangzz-radxa wants to merge 1 commit into
Open
docs(qualcomm): add fastrpc /dev/ device check and troubleshooting section#1783tangzz-radxa wants to merge 1 commit into
tangzz-radxa wants to merge 1 commit into
Conversation
…ction Fixes radxa-docs#1782 - Add pre-flight check: ls /dev/fastrpc* before running test - Add troubleshooting steps when device nodes are missing: - lsmod check for fastrpc kernel driver - modprobe qcom_fastrpc to load driver manually - Remind users to use official RadxaOS image (driver pre-installed) Triggered by GitHub issue radxa-docs#1782: Dragon Q6A + Ubuntu 24.04 user installed fastrpc packages but /dev/fastrpc* did not exist because the kernel driver was not loaded. The docs previously jumped straight to fastrpc_test without verifying device node presence.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a device-node pre-check and troubleshooting section to the FastRPC/NPU setup docs for Qualcomm-based boards (Dragon Q6A / Airbox Q900).
Problem
GitHub issue #1782: User on Dragon Q6A + Ubuntu 24.04 installed packages, but device nodes never appeared. Running failed with . Root cause: the kernel FastRPC driver was not loaded.
The existing docs jumped straight from to without any verification step.
Changes
Testing
Files
Fixes #1782