Pine64-arch install

From wikinotes
Revision as of 01:56, 13 March 2022 by Will (talk | contribs) (Will moved page Archlinux pinephone to Pine64-arch pinephone)

You may also be interested in Archlinux arm hydrospanner

Documentation

github https://github.com/dreemurrs-embedded/Pine64-Arch/releases

Tutorials

archlinux arm on pinephone https://xnux.eu/howtos/install-arch-linux-arm.html

Install

# 1. download 'phosh' release from github
#    (can likely use bare release now)

# 2. extract
xz -d ping.img.xz

# 2. dd .img file to SD card
sudo dd if=pine.img of=/dev/mmcblk1 bs=1M status=progress conv=fsync