Skip to content

Commit

Permalink
Merge pull request #79 from giorez/main
Browse files Browse the repository at this point in the history
distro updates and new u-boot config
  • Loading branch information
x1y authored Mar 30, 2024
2 parents 1fc400b + 5ae40e9 commit b3ab2d3
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ DEVICE=sdb
PARTSIZE=11GiB
PARTATTR=RequiredPartition,LegacyBIOSBootable
DISTROURL=https://github.com/dreemurrs-embedded/Pine64-Arch/releases/download/20240308/archlinux-pinephone-pro-phosh-20240308.img.xz
DISTROURL=https://github.com/dreemurrs-embedded/Pine64-Arch/releases/download/20240326/archlinux-pinephone-pro-phosh-20240326.img.xz
MENUNAME=ARCH
PARTNAME=ppp-multi-image-${MENUNAME,,}
----

This guide has been tested with following images:

* https://github.com/dreemurrs-embedded/Pine64-Arch/releases/download/20240308/archlinux-pinephone-pro-phosh-20240308.img.xz
* https://github.com/dreemurrs-embedded/Pine64-Arch/releases/download/20240326/archlinux-pinephone-pro-phosh-20240326.img.xz
* https://github.com/manjaro-pinephone/phosh/releases/download/beta37/Manjaro-ARM-phosh-pinephonepro-beta37.img.xz
* https://images.mobian.org/pinephonepro/weekly/mobian-rockchip-phosh-20240324.img.xz
* https://images.postmarketos.org/bpo/v23.12/pine64-pinephonepro/phosh/20240320-0453/20240320-0453-postmarketOS-v23.12-phosh-22.3-pine64-pinephonepro.img.xz
Expand All @@ -103,7 +103,7 @@ To erase all signatures, type:

[source,console]
----
$ sudo wipefs --all --force /dev/$DEVICE
$ sudo wipefs --all --force /dev/$DEVICE*
----

Clean the device by overwriting the first sectors with zeroes:
Expand Down Expand Up @@ -323,7 +323,12 @@ Then write the new _/boot/extlinux/extlinux.conf_ file, making sure you remove `
$ sudo tee /mnt/$PARTNAME/device/boot/extlinux/extlinux.conf <<EOF
#/boot/extlinux/extlinux.conf
menu title Pinephone Pro Boot Menu
label l0
#uncomment next line for timed default-selected distro
#default ${MENUNAME,,}
timeout 50
label ${MENUNAME,,}
menu label $MENUNAME
#uncomment next 3 lines for ARCH
Expand Down

0 comments on commit b3ab2d3

Please sign in to comment.