Radxa Cubie A7A single board computer

Radxa Cubie A7A Single Board Computer Running Linux: Introduction to the Series

Interrogation of the system

uname -a

As the system is running Debian 11, the Cubie is using an old kernel.

I’ll use my standard Linux interrogation tool, inxi. It’s not present on the system, so I’ll use apt to install it.

$ sudo apt install inxi

It’s fine to use apt to install programs and libraries. Just remember to use rsetup for system updates.

Processor

inxi -C

The board is powered by a Allwinner A733 octa-core Cortex-A76/A55 SoC with a 3 TOPS AI accelerator. The machine was idle when the image was taken with all the cores running at their minimum 416MHz clock frequency. The Cortex-A76 clocks up to 2.0GHz, while the Cortex-A55 can ramp up to 1.8GHz.

Not shown in the image, there’s also an Alibaba RISC-V XuanTie E902 co-processor with a maximum clock speed of 200Mhz. This is designed to let you run real-time tasks with low power management while the Cortex cores sleep. It’s the first RISC-V processor to support hardware security extension technology, and is mainly applied in IoT and MCU fields where power and cost consumption is critical.

Graphics

inxi -G

The GPU is the Imagination Technologies BXM-4-64 MC1 GPU. It can power a 4K display at 60 fps. It supports Vulkan 1.3, OpenGL ES 3.2, and OpenCL 3.0.

There isn’t any GPU acceleration available in Chromium.

Chromium GPU acceleration

Disk

inxi -d

I’m using a 512GB microSD card to boot the machine.

hdparm

Memory

inxi -m

My machine has 6GB of LPDDR5 RAM. There are other models available with 2, 4, 8, and 12GB of RAM. If you’re going to use KDE, I recommend you don’t get less than the 6GB RAM model.

Network

inxi -n

The machine has one gigabit ethernet port, WiFi 6 (802.11ax) and Bluetooth 5.4.

Temperature

Here’s the output from inxi -s and sensors

inxi -s and sensors

At the time of running these commands, room temperature was 18.5C, and the SBC didn’t have a fan or heatsink applied. Given the readings, you’ll probably want to install at least a heatsink if you’re going to stress the computer.

The machine has 3 USB 2.0 ports and 1 USB 3.0 port. There’s a 40-Pin GPIo, and a MIPI CSI (1×4-lane or 2×2-lane) camera interface, eMMC & UFS connector, power button, and PCIe Gen3 1-lane.

In the next article in the series, I’ll be running a series of benchmarks on the machine.

Pages in this article:
Page 1 – Introduction
Page 2 – Radxa OS
Page 3 – Interrogation of the system


Complete list of articles in this series:

Radxa Cubie A7A
IntroductionIntroduction to the series and interrogation of the Cubie A7A
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Read our Comment FAQ before commenting.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments