docs(cubie): add G2D 1.0 API fallback note for 2.0 interface permission errors#1771
Open
tangzz-radxa wants to merge 1 commit into
Open
docs(cubie): add G2D 1.0 API fallback note for 2.0 interface permission errors#1771tangzz-radxa wants to merge 1 commit into
tangzz-radxa wants to merge 1 commit into
Conversation
…on errors Source: GitHub Discussion radxa-docs#1758 - cubie/a7z/app-dev/npu-dev/g2d-usage-guide 用户在 R6 KDE 镜像下使用 G2D 2.0 接口(G2D_CMD_BITBLT_H)时报 'Operation not permitted' 和 'G2D irq pending flag timeout' 错误, 切换到 1.0 接口(G2D_CMD_BITBLT)后正常工作。 在注意事项中新增「关于 2.0 接口与 1.0 接口」小节,说明: - 文档示例默认使用 2.0 接口 - 如遇权限错误可尝试 1.0 接口作为兼容方案 - 两者的结构体差异(flag_h/src_image_h 等为 2.0 专用字段)
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.
来源
GitHub Discussion #1758 - cubie/a7z/app-dev/npu-dev/g2d-usage-guide
用户在 R6 KDE 镜像下调用 G2D 2.0 接口(,结构体 )时报以下错误:
切换到 G2D 1.0 接口(,结构体 )后正常工作。
改动说明
在 G2D 使用指南的「注意事项」中新增「关于 2.0 接口与 1.0 接口」小节,说明:
中英文版本同步更新。
改动文件
docs/common/ai/cubie/_g2d-usage-guide.mdx(中文)i18n/en/docusaurus-plugin-content-docs/current/common/ai/cubie/_g2d-usage-guide.mdx(英文)由 Support Agent 自动提报 | 来源:GitHub Discussion #1758 用户反馈