Write SD cards with Etcher for Pinebook Pro
#3
(11-23-2019, 05:14 PM)TDC_PBP Wrote: This is really complicated, but is it possible to boot from microsd on the PBP, install Etcher, and then flash the EMMC inside the Pinebook Pro with it? I am relatively new to Linux and would prefer to use the Etcher UI instead of the command-line DD command.  Thanks!


Yes, you can boot from an sd card, and no you dont need to flash anything. Just install your desired distribution or OS to an sd card and then reboot. The pinebook pro boot order prioritized the sd card over the internal storage.

But you really should try get more comfortable running commands in the terminal, it is your friend, and you can most often accomplish a complex task that would take tons of clicks in a GUI, with only one command line.

For example to install Ubuntu and create a bootable sd card only takes 3 commands and about 15 minutes.

Insert SD card then in a terminal run:

wget https://github.com/ayufan-rock64/linux-b...mhf.img.xz
unxz bionic-mate-pinebookpro-0.9.14-1159-armhf.img.xz
sudo dd if=bionic-mate-pinebookpro-0.9.14-1159-armhf.img of=/dev/mmcblk0 bs=4M status=progress

When complete just reboot with the sd card still inserted and you'll be running Ubuntu.
  Reply


Messages In This Thread
RE: Write SD cards with Etcher for Pinebook Pro - by linusfargo - 11-25-2019, 12:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinebook Pro Recovery with Void Linux (xbps) bds 0 528 01-14-2024, 10:21 PM
Last Post: bds
  [GUIDE] ArchLinuxARM on Pinebook Pro hku2 10 19,464 12-25-2020, 05:44 AM
Last Post: boteium
  Program SPI NOR Flash on Pinebook Pro with u-boot on micro SD Card hmuller 0 3,446 09-21-2020, 10:02 AM
Last Post: hmuller
  Installing Docker on Pinebook Pro - update 1/18/20 SuperXkoodA 4 7,588 03-24-2020, 03:19 PM
Last Post: chaoskampf
  Swaywm on Pinebook Pro anjanmomi 10 13,899 02-06-2020, 11:47 AM
Last Post: xmixahlx
  Quick Guide to installing Ubuntu Unity on your Pinebook Pro andybleaden@gmail.com 19 23,465 02-03-2020, 11:17 AM
Last Post: MIchael
  Installing Wine i386 on Pinebook Pro wrzomar 0 3,260 01-31-2020, 03:52 PM
Last Post: wrzomar
  Hardening your Pinebook Pro software Arwen 4 7,450 12-11-2019, 09:53 AM
Last Post: hdk

Forum Jump:


Users browsing this thread: 1 Guest(s)