The ChiliBoard is a carrier SBC for the ChiliSOM, a very small, low-power module using the TI AM335x SoC. The ChiliSOM, and therefore the ChiliBoard, is available in multiple configurations using the AM3352 at 600MHz or AM3354 at 1GHz, 128MB-512MB RAM, and up to 256MB NAND flash.
ChiliBoard 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
mkfs.ext4 -O ^metadata_csum,^64bit /dev/sdX1
mkdir mnt mount /dev/sdX1 mnt
wget http://os.archlinuxarm.org/os/ArchLinuxARM-chiliboard-latest.tar.gz bsdtar -xpf ArchLinuxARM-chiliboard-latest.tar.gz -C mnt sync
dd if=mnt/boot/MLO of=/dev/sdX count=1 seek=1 conv=notrunc bs=128k dd if=mnt/boot/u-boot.img of=/dev/sdX count=2 seek=1 conv=notrunc bs=384k umount mnt sync
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.