Up to date guide on factory reset pinebook pro?
#1
I'm not very familiär with flashing or installing operating systems on this type of machine (eMMC). Is there any written guides on how to do it? The best I've seen is the discussion in this thread .Do I need need an SD card (I don't have a spare)?
  Reply
#2
OK, my experiences
yes you most likely need another sd card, unless you are so lucky you can get a usb boot
This is a bit hit or miss
Whatever block device you are writing to has to be unmounted, and you are writing to whole block device, not a partition
I prefer something like .... xzcat someImage.xz | dd of=/dev/emmc bs=1M status=progress
You can unxz, takes more space and the original xz is deleted at the end
DO NOT neglect the bs=, writing 512B chunks takes forever, not so good for media either
All images have a uboot package in 1st 16M, all uboots are not created equal, it's a bit of a crap-shoot
You can rsync a booted sd, exclude sys dev proc run ,, make empty directories for them on the target
(and take care where "/" go,, ie rsync -a sd/bin/ emmc/bin, you don't want /bin/bin)
(and edit fstab extlinux.conf and mbr partition table to suit emmc AND install some uboot, 2 or 3 files)
all this done as root of course
Do use a reasonable quality sd card, lots of crap out there
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PineNote v1.2 - Charges Never Enter "Charging" State (Factory OS, RK817 Below Minimum ttsp 0 851 07-02-2026, 02:52 AM
Last Post: ttsp
  Updated Pinebook Pro? tantamount 2 1,569 06-20-2026, 10:14 AM
Last Post: tantamount
  Pinebook pro bricked? michaelmoua 4 7,161 05-26-2026, 02:20 AM
Last Post: Anthona
Thumbs Up Finally got Kali working on my Pinebook Pro! qingss0 0 1,333 04-04-2026, 08:00 AM
Last Post: qingss0
  dead Pinebook - help please RicTor 3 2,563 03-26-2026, 04:22 PM
Last Post: williamcorlin
  Pinebook problem meghancordo 2 6,032 03-18-2026, 08:58 AM
Last Post: RicTor
  Pinebook Pro in EU for Sale - €90 jan_vdk 5 9,668 02-09-2026, 12:50 AM
Last Post: Anthona
  Pinebook Pro for sale rfm83 0 1,526 11-08-2025, 09:22 AM
Last Post: rfm83
Question Full desktop Surfing and Absolute Privacy on the pinebook? Www 1 8,260 08-02-2025, 08:55 PM
Last Post: KC9UDX
Question Printing and scanning documents with pinebook? Www 0 4,784 06-28-2025, 01:25 AM
Last Post: Www

Forum Jump:


Users browsing this thread: 1 Guest(s)