Android System
📄️ Quick Start
This tutorial aims to help you quickly get started with the Android system on the Cubie A7A.
📄️ Install System
Currently, the Android system image is only available as a Phoenix system image, which requires the Phoenix tool to flash the system image.
📄️ UART Debugging
UART debugging is a core method for interacting with the motherboard through a serial communication interface (UART) in embedded development. It allows you to view system output and perform debugging using serial port tools.
📄️ ADB Debugging
ADB (Android Debug Bridge) is a command-line tool officially provided by Android for debugging and managing Android devices.