I received the 64GB version of the board yesterday, and I have to say the official system image provides the smoothest and most seamless desktop experience I’ve ever had on an Arm development board.
I installed an NVMe drive, followed the instructions to create a USB boot disk, and wrote the system to the NVMe. It was pretty much plug-and-play, immediately supporting 2K at 120 Hz and 4K at 60 Hz with no strange bugs, both HDMI & DP also sound works well. The GNOME runs very smoothly—window switching and dragging with the mouse feel great. There’s no need to fiddle with odd drivers or software packages.
It also comes with Chromium, which supports GPU acceleration (check chrome://gpu). WebGL tests run at full frame rate, and it can smoothly play 8K 60 Hz videos on YouTube.
(In comparison, I recently tried the NVIDIA Jetson Nano Super, and its out-of-the-box experience was not as good. I had to use multiple versions of its image to update firmware repeatedly. Moreover, the repo Chrome didn’t support GPU acceleration, and there’s a long-standing bug that hasn’t been addressed.)
If anyone’s interested, I tested this Proxmox port (by install over radax image’s debian 12, not ISOs) on O6. ProxmoxVE worked as expected—I could boot ISO, QCOW2, and other images, nic works. However, when installing a certain modified version of openEuler, the VM randomly stopped if there was too much GUI interaction. I haven’t yet explored in detail how tasks are scheduled across big and little cores or other potential causes.
Additionally, I want to point out that this kernel appears to be modified, and I haven’t found documentation on how to compile it yet. When I tried installing WireGuard, I encountered numerous issues—mainly because it tried to install or compile the kernel with DKMS, but failed.
I also ran into filesystem feature / permission-related limitations when installing Cloudflare WARP; for instance, certain features on the filesystem weren’t enabled, cause apt script fail to configure.
Also. I haven’t had any success installing other operating systems (without vm) yet, as most attempts get stuck at the EFI boot stage. I did try just copy the kernel (lib/modules) but critical feature didn’t open, e.g. some sysfs mapping, causing even chroot can’t run any program.