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