# Pine64 experimental Linux images The images here are for testing the Pine64 Linux images built from scratch. See https://github.com/longsleep/build-pine64-image/tree/master/u-boot-postprocess to build a image yourself. ## Flash to disk ```bash ~$ xzcat simpleimage-pine64-20160207-1.xz|pv|sudo dd of=/dev/sdX bs=1M oflag=sync ``` Replace /dev/sdX with wherever your SDcard is. Check twice, if you have the wrong device you might overwrite your harddisk. ## Booting It automatically will boot into a simple initramfs busybox environment. To actually see and make use of it you need to have a UART console connected to your Pine64. See http://linux-sunxi.org/Pine64#Serial_port_.2F_UART for more information on this.