Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

This repository contains PKGBUILDs for running ALARM on the PinePhone/PineTab.

Compiled rootfs images can be found in "Releases"
Compiled rootfs images can be found in "[Releases](https://github.com/dreemurrs-embedded/Pine64-Arch/releases)"

## Flashing images
You can use dd, etcher, or win32diskimager.

Example using dd on a mac-- your disk may vary, always be careful using dd:

```bash
xz -d archlinux-pinephone-phosh-20200822.img.xz
sudo dd if=archlinux-pinephone-phosh-20200822.img of=/dev/disk2
```

To write to emmc, turn your pinephone off, then hold the volume button up and the power button until you see "install upgrade" and a lil robot-guy. Then you can connect your pinephone to your computer and flash it with whatever method you'd like.

## Come talk to us!
* Discord: https://discord.gg/AvtdRJ3 (#archlinux-pinephone)
Expand Down