Skip to content

Instantly share code, notes, and snippets.

@ramachas
ramachas / Makefile
Created August 21, 2026 22:35
Atum A5 image builder
# Commands to build an Ubuntu SD card image for the Atum A5, from:
# https://www.terasic.com.tw/wiki/Atum_A5_:_Build_linux_image_from_scratch
#
# Sudo commands require a password.
# And there's some locale setting needed. It seems like the fix is to set some
# environment variables (serverfault.com/questions/949991/how-to-install-tzdata-on-a-ubuntu-docker-image)
#
# TODO: The targets should probably be specific build artifacts, rather than
# directories. Have an initial target to just fetch the repos.
#