The MACCHIATObin is a cost effective and high performance single board computer aimed at the networking, storage, and connectivity space. It utilizes the Marvell Armada 8040, a quad core 2.0GHz ARMv8 Cortex-A72 SoC. The board is sized to the Mini-ITX form factor, and can accept power via a 12V DC barrel jack or an ATX power connector.
Features:
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=8
fdisk /dev/sdX
mkfs.ext4 /dev/sdX1
mkdir root mount /dev/sdX1 root
wget http://os.archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz bsdtar -xpf ArchLinuxARM-aarch64-latest.tar.gz -C root
wget http://os.archlinuxarm.org/os/mvebu/boot/macchiatobin/boot.scr -O root/boot/boot.scr
umount root
wget http://os.archlinuxarm.org/os/mvebu/boot/macchiatobin/flash-image.bin dd if=flash-image.bin of=/dev/sdX seek=4096 conv=fdatasync,notrunc
SW2 | SW1 | ||||
---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 1 |
OFF | ON | ON | ON | OFF | ON |
pacman-key --init pacman-key --populate archlinuxarm
rm /boot/boot.scr
pacman -Sy uboot-macchiatobin
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.