build.sh: first runnable revision
Some checks failed
image / image (push) Failing after 11s

Learned from the pmbootstrap 3.11 source: aports overlays must replace
upstream dirs in one tree (duplicate pkgnames are a hard error), pmbootstrap
refuses root (drop to a sudo-capable build user), and export symlinks are
boot.img + fairphone-fp6.img. Stage 1 builds without imsd until the v0.3.0
tag exists. Temporary push trigger for bring-up.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Jorijn van der Graaf 2026-08-08 16:20:02 +02:00
commit 074d1b1c90
3 changed files with 65 additions and 39 deletions

View file

@ -28,13 +28,13 @@ carriers are very welcome.
## Flashing
Download `fp6-boot.img` and the rootfs image from the latest release, unlock
Download `boot.img` and `fairphone-fp6.img` from the latest release, unlock
the bootloader ([Fairphone's official process](https://support.fairphone.com/hc/en-us/articles/10492476238737)),
then:
```sh
fastboot flash userdata fairphone-fp6.img
fastboot flash boot fp6-boot.img
fastboot flash boot boot.img
fastboot reboot
```