# Pine64 experimental minimal Arch Linux images The images here are for the Pine64 essentially a simpleimage build plus the Arch Linux aarch64 rootfs. See https://github.com/longsleep/build-pine64-image to build an image yourself. ## Flash to disk ```bash ~$ xzcat arch-pine64-bspkernel.xz|pv|sudo dd of=/dev/sdX bs=1M oflag=sync ``` Replace /dev/sdX with wherever your SD card is. Check twice, if you have the wrong device you might overwrite your harddisk. ## Booting It will automatically boot and run a tty on HDMI and UART. Log in as user `alarm` with password `alarm` or as `root` with password `root`.