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:
parent
de2e819a16
commit
074d1b1c90
3 changed files with 65 additions and 39 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue