This simple but elegant 2x2x2 inch mini-computer comes with a minimal price tag and runs quietly and efficiently. Based on SolidRun microSOM technology, CuBox-i models have scalable ARM processor cores, memory size, GPU cores and other options, stretching them from simple to demanding tasks. The CuBox-i comes with either a single, dual, or quad core i.MX6 processor.
The following features are available for all models:
Single core i.MX6 at 1GHz:
Dual core i.MX6 at 1GHz:
Dual core i.MX6 at 1GHz:
CuBox-i4 Pro:
Remember this device has no built in storage or flash, U-Boot is on early sectors of the SD card. Replace sdX in the following instructions with the device name for the SD card as it appears on your computer.
dd if=/dev/zero of=/dev/sdX bs=1M count=4
fdisk /dev/sdX
mkfs.ext4 /dev/sdX1
mkdir root mount /dev/sdX1 root
wget http://os.archlinuxarm.org/os/ArchLinuxARM-imx6-cubox-latest.tar.gz bsdtar -xpf ArchLinuxARM-imx6-cubox-latest.tar.gz -C root
dd if=root/boot/SPL of=/dev/sdX bs=1K seek=1 dd if=root/boot/u-boot.img of=/dev/sdX bs=1K seek=69
sync umount root
pacman-key --init pacman-key --populate archlinuxarm
Copyright ©2009-2022 Arch Linux ARM
The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.
The Arch Linux™ name and logo are used under permission of the Arch Linux Project Lead.