docs(cubie/a7z): fix EN UART debug page copy-paste from A7A - #2054
Merged
Milir-Radxa merged 1 commit intoAug 21, 2026
Merged
Conversation
The EN uart-debug page under cubie/a7z/system-config was copied from the Cubie A7A page: it referenced 'Cubie A7A' throughout, used the A7A image (/en/img/cubie/a7a/a7a-uart.webp) and the A7A pin labels (UART0_TXD/RXD). Fix to match the already-correct ZH page and the A7Z hardware: - board name: Cubie A7A -> Cubie A7Z - image: /en/img/cubie/a7z/a7z-uart-debug.webp - pin labels: UART0_TX (Pin 8) / UART0_RX (Pin 10) Also fix EN system-config README.md which said 'Radxa Cubie A7A system'.
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.
Problem
The English UART debug page under
cubie/a7z/system-config/was copied from the Cubie A7A page and never fixed:/en/img/cubie/a7a/a7a-uart.webp)UART0_TXD/UART0_RXD)system-config/README.mdalso says "Radxa Cubie A7A system"The Chinese page (
docs/cubie/a7z/system-config/uart-debug.md) is already correct: it uses "Cubie A7Z", thea7z-uart-debug.webpimage andUART0_TX/UART0_RXpin names. This PR aligns the English page with the already-correct Chinese version.Fix
i18n/en/.../cubie/a7z/system-config/uart-debug.md: "Cubie A7A" → "Cubie A7Z"; image →/en/img/cubie/a7z/a7z-uart-debug.webp; pin labels →UART0_TX (Pin 8)/UART0_RX (Pin 10)i18n/en/.../cubie/a7z/system-config/README.md: "Radxa Cubie A7A system" → "Radxa Cubie A7Z system"No Chinese change is required — the Chinese counterpart already uses the correct content, so this PR aligns the English pages with it.
Scope
Verification
/en/img/cubie/a7z/a7z-uart-debug.webpreturns 200 on docs.radxa.com (image already exists)