document common power-related failures

This commit is contained in:
colin 2022-05-26 04:24:02 -07:00
parent 4f651cf33d
commit b1314e7c9f
1 changed files with 7 additions and 1 deletions

View File

@ -47,7 +47,13 @@ $ cd /etc/nixos
$ sudo nixos-rebuild --flake "./#moby" switch # XXX: check /etc/fstab for compatibility first?
```
resources:
# Troubleshooting
unbootable; unflashable (e.g. eMMC not exposed over USB)... tend to be power related issues.
the base jumpdrive image does NOT appear to charge the battery (definitely not when connected to a PC; unsure about when connected to the wall).
flash postmarketOS to SD & boot: this will charge and you'll see battery percentage
# Resources:
[NixOS from a working install](https://git.sr.ht/~tomf/notes/tree/master/item/pinephone-nixos-getting-started.md)
configuration is from a mobile-nixos local.nix repo. workable (leverages the hydra cache), but unclear how one would configure this after install (flake support?)
[HN cached build](https://news.ycombinator.com/item?id=30010178)