Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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. | |
| # |
OlderNewer