The ODROID-HC2 is based on the very powerful ODROID-XU4, and comes attached to a heatsink for fanless operation in conjunction with a 2.5" or 3.5" SATA drive. The board has full software compatiblity to the XU4.
This is a slimmed-down board designed for NAS applications, and compared to the XU4 it does not have HDMI output, an eMMC connector, or USB 3.0 ports. USB 3.0 is connected only to the gigabit ethernet and SATA controllers.
Features of the board include:
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-odroid-xu3-latest.tar.gz bsdtar -xpf ArchLinuxARM-odroid-xu3-latest.tar.gz -C root
cd root/boot sh sd_fusing.sh /dev/sdX cd ../..
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.