docs(q6a/qairt-install): switch QCS6490 docker image to radxazifeng278/qairt-npu-v68:v1.0#1811
Open
tangzz-radxa wants to merge 1 commit into
Open
Conversation
…8/qairt-npu-v68:v1.0 Per issue radxa-docs#1809, the QCS6490 docker image has been republished as radxazifeng278/qairt-npu-v68:v1.0 (v68-targeting). Update both the pull and run commands in the QCS6490 tab. The QCS9075 tab (qairt-npu-9075:v1.1) is unaffected. Fixes radxa-docs#1809
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
Fixes #1809.
The QCS6490 ARM64 Docker image for the QAIRT SDK has been republished as
radxazifeng278/qairt-npu-v68:v1.0(renamed to make the v68 NPU target explicit). This PR updates the QCS6490 tab in the QAIRT install page to use the new image tag in both thedocker pullanddocker runcommands. The QCS9075 tab (qairt-npu-9075:v1.1) is unchanged.Changes
docs/common/ai/qualcomm/_qairt-install.mdx(zh)i18n/en/docusaurus-plugin-content-docs/current/common/ai/qualcomm/_qairt-install.mdx(en)In the QCS6490 tab:
radxazifeng278/qairt-npu:v1.0→radxazifeng278/qairt-npu-v68:v1.0(docker pull)radxazifeng278/qairt-npu:v1.0→radxazifeng278/qairt-npu-v68:v1.0(docker run)Why
Issue #1809 from ZIFENG278 (image maintainer) explicitly requested this rename for the QCS6490 board page. The image has been republished under the new name, so the docs need to be in sync for users following the quick-start path on Q6A. This is a pure image-tag rename, not a feature or behavior change.
Scope
docs/common/ai)Source
Triggered by the Docs Quality Loop on 2026-06-08 (issue #1809 from
dragon/q6a/app-dev/npu-dev/qairt-installfeedback form).