Use prebuild system.img and get the ubports edge rootfs from here.
Boot into TWRP and install it with the JBB's halium-install script.
./halium-install -p ut ubports-touch.rootfs-xenial-edge-armhf.tar.gz system.img
adb push halium-boot.img /tmp
| diff --git a/arch/arm/boot/dts/overlays/Makefile b/arch/arm/boot/dts/overlays/Makefile | |
| index 6fcacdccb608..8e3a0dc87e92 100644 | |
| --- a/arch/arm/boot/dts/overlays/Makefile | |
| +++ b/arch/arm/boot/dts/overlays/Makefile | |
| @@ -34,6 +34,12 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \ | |
| cap1106.dtbo \ | |
| chipdip-dac.dtbo \ | |
| cma.dtbo \ | |
| + devterm-bt.dtbo \ | |
| + devterm-misc.dtbo \ |
| #!/bin/bash | |
| # Created by hmike | |
| # https://gitlab.com/whitemike00/scripts/-/blob/master/install_zsh-omz.sh | |
| ############################ INSTALL <----------------------------******************* | |
| # curl https://gist.githubusercontent.com/balmacefa/87818833c9ada45af09b5f8ac0b179a7/raw/908705adea903a1d34e999241fcf1e39c3c3f172/install_OhMyZSH_PowerLevel10k.sh | sh | |
| # mod by: @balmacefa | |
| set -o errexit |
Use prebuild system.img and get the ubports edge rootfs from here.
Boot into TWRP and install it with the JBB's halium-install script.
./halium-install -p ut ubports-touch.rootfs-xenial-edge-armhf.tar.gz system.img
adb push halium-boot.img /tmp