Pine64-arch install: Difference between revisions

From wikinotes
No edit summary
 
(No difference)

Revision as of 01:56, 13 March 2022

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