How to install Ubuntu Touch over USB?
#1
You can install Ubuntu Touch via a bash script from the SD card on the internal memory like this:


Code:
#!/bin/bash
wget https://ci.ubports.com/job/rootfs/job/rootfs-pinephone/lastSuccessfulBuild/artifact/ubuntu-touch-pinephone.img.gz -q -O -| gunzip | sudo dd of=/dev/mmcblk2 bs=4M
sudo parted /dev/mmcblk2p1 resizepart 1 100%
sudo resize2fs /dev/mmcblk2p1


But how do you install Ubuntu Touch via a USB cable?

From another thread (https://forum.pine64.org/showthread.php?...0#pid60260):

(02-14-2020, 04:58 AM)dukla2000 Wrote:
(02-14-2020, 04:43 AM)PinePhoneCoder Wrote:
(02-13-2020, 02:25 PM)Goddard Wrote: Anyone played with installing over USB?

No, but do you have an idea where to start?

Unless I am very much mistaken you have to use FEL mode. And, again unless I am mistaken, the PinePhone has no magic button key sequences to boot into FEL mode (although I am curious about the reset button ...) so you either have to use the special SDcard image or ensure there is no bootable image on both the SDcard and the eMMC.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ubuntu Touch on Pine64 Rondarius 11 3,264 10-11-2023, 12:36 PM
Last Post: Rondarius
  Ubuntu Touch vs Standard Pinephone OS MarsColonist 8 5,644 06-26-2023, 07:50 AM
Last Post: gregb49
  PinePhone and PinePhone Pro 20.04 Focal Install and Update c3l@ 0 701 05-12-2023, 05:06 AM
Last Post: c3l@
  Reinstall Ubuntu Touch on PinePhone with 10 drives? Peter Gamma 4 2,789 05-24-2022, 06:42 AM
Last Post: Peter Gamma
  UB Touch build with debos layton-dev 0 2,223 04-23-2021, 08:12 AM
Last Post: layton-dev
  Ubuntu Touch with OTA updates Luke 131 164,817 04-21-2021, 12:20 PM
Last Post: Nooblife
  Whats the latest with UB touch? Cree 9 11,167 03-11-2021, 10:59 AM
Last Post: andybleaden@gmail.com
  UT move to Ubuntu 20.04 Concrete_panda 2 5,179 11-24-2020, 12:43 PM
Last Post: DrewTechs
  Horrible energy consume on Pinephone/UB-Touch firefox-58 9 11,467 10-15-2020, 12:28 PM
Last Post: plainenough
  How to enable SSH on UBPorts Ubuntu Touch? eaglecup 12 19,802 09-15-2020, 03:42 PM
Last Post: voidmain

Forum Jump:


Users browsing this thread: 1 Guest(s)