We’ve already had a look at the Mixtile Core 3588E NVIDIA Jetson Nano/TX2 NX/Xavier NX/Orin Nano compatible Rockchip RK3588 SO-DIMM system-on-module in the first part of the review with an unboxing and first boot with an Ubuntu 22.04 OEM installation. I’ve now had more time to play with the devkit comprised of a Core 3588 module in 16GB/128GB configuration and a Leetop A206 carrier board with low-level features testing, some benchmarks, multimedia testing with 3D graphics acceleration and video playback, some AI tests using the built-in 6 TOPS NPU and the RKNPU2 toolkit, and finally I also tried out the system-on-module with the carrier board from an NVIDIA Jetson Nano developer kit. Ubuntu 22.04 System info We had already checked some of the system information in the first part of the Mixtile Core 3588E review, but here’s a reminder:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
jaufranc@Mixtile-RK3588E:~$ uname -a Linux Mixtile-RK3588E 5.10.160-rockchip #18 SMP Wed Dec 6 15:11:42 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux jaufranc@Mixtile-RK3588E:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS" jaufranc@Mixtile-RK3588E:~$ df -h Filesystem Size Used Avail Use% Mounted on tmpfs 1.6G 2.7M 1.6G 1% /run /dev/mmcblk0p2 113G 7.5G 101G 7% / tmpfs 7.7G 0 7.7G 0% /dev/shm tmpfs 5.0M 8.0K 5.0M 1% /run/lock tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup /dev/mmcblk0p1 512M 101M 411M 20% /boot/firmware tmpfs 1.6G 60K 1.6G 1% /run/user/0 tmpfs 1.6G 76K 1.6G 1% /run/user/130 tmpfs 1.6G 68K 1.6G 1% /run/user/1000 jaufranc@Mixtile-RK3588E:~$ free -mh total used free shared buff/cache available Mem: 15Gi 601Mi 13Gi 47Mi 1.4Gi 14Gi Swap: 2.0Gi 0B 2.0Gi |
I also ran inxi to check a few more details. […]