From 7cf6f1dc17e2568386553e4dda9a1204ae230288 Mon Sep 17 00:00:00 2001 From: Tang ZZ Date: Fri, 21 Aug 2026 16:36:41 +0800 Subject: [PATCH] docs: fix EN Cubie A7Z UART debug page copy-paste from A7A 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'. --- .../current/cubie/a7z/system-config/README.md | 2 +- .../cubie/a7z/system-config/uart-debug.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/system-config/README.md b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/system-config/README.md index dd0252ba3..fcfae3ddb 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/system-config/README.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/system-config/README.md @@ -4,6 +4,6 @@ sidebar_position: 2 # System Usage -This section provides usage instructions for common features in the Radxa Cubie A7A system. +This section provides usage instructions for common features in the Radxa Cubie A7Z system. diff --git a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/system-config/uart-debug.md b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/system-config/uart-debug.md index 5016f1b7d..a15a12b17 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/system-config/uart-debug.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/system-config/uart-debug.md @@ -6,27 +6,27 @@ import UART_DEBUG from '../../../common/radxa-os/system-config/\_uart_debug.mdx' # Serial Debugging -Serial debugging is a fundamental method for interacting with the Cubie A7A board through a UART (Universal Asynchronous Receiver/Transmitter) interface. It allows you to view system output and perform debugging using serial communication tools. +Serial debugging is a fundamental method for interacting with the Cubie A7Z board through a UART (Universal Asynchronous Receiver/Transmitter) interface. It allows you to view system output and perform debugging using serial communication tools. ## Hardware Connection :::danger -When using a USB-to-TTL serial adapter with the Cubie A7A for serial debugging, ensure the pins are connected correctly. Incorrect connections may damage the board hardware. +When using a USB-to-TTL serial adapter with the Cubie A7Z for serial debugging, ensure the pins are connected correctly. Incorrect connections may damage the board hardware. It is not recommended to connect the VCC pin of the USB-to-TTL adapter, as this could potentially damage the board if connected incorrectly. ::: -Connect the USB-to-TTL serial adapter to the Cubie A7A's UART0 interface, with the other end connected to your PC's USB port. +Connect the USB-to-TTL serial adapter to the Cubie A7Z's UART0 interface, with the other end connected to your PC's USB port.
- Cubie A7A UART Connection Diagram + Cubie A7Z UART Connection Diagram
-| Cubie A7A Pin Function | Connection Method | +| Cubie A7Z Pin Function | Connection Method | | ----------------------------- | ---------------------------------------- | -| Cubie A7A: GND (Pin 6) | Connect to GND pin of USB-to-TTL adapter | -| Cubie A7A: UART0_TXD (Pin 8) | Connect to RXD pin of USB-to-TTL adapter | -| Cubie A7A: UART0_RXD (Pin 10) | Connect to TXD pin of USB-to-TTL adapter | +| Cubie A7Z: GND (Pin 6) | Connect to GND pin of USB-to-TTL adapter | +| Cubie A7Z: UART0_TX (Pin 8) | Connect to RXD pin of USB-to-TTL adapter | +| Cubie A7Z: UART0_RX (Pin 10) | Connect to TXD pin of USB-to-TTL adapter | ## Serial Login