Bricked PBP after writing image to eMMC?
#8
I'd like to note two things for people writing images:

First, add "conv=fsync" to your dd options -- this forces an fsync of the target device after dd is finished writing.

Second, on first boot both the Debian and Ubuntu images silently run a script that resizes the root filesystem to fill all remaining space on the sd/emmc storage they were written to. This can take several minutes (longer on slow sd cards!) during which time the screen will be blank. Don't interrupt this process by force-rebooting or you can damage the newly installed filesystem and render it unbootable. Yes, this probably should have some display output to tell the user something important is happening.

Edit, Bonus: You can compare/verify a flashed emmc/sd card with the image file you just dd'd onto it using the following to verify that the image was written without errors:

Code:
</dev/mmcblkX head -c "$(stat -c %s my.img)" | cmp - my.img


Messages In This Thread
RE: Bricked PBP after writing image to eMMC? - by Arglebargle - 12-05-2019, 04:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinebook Pro upgrading from the factory image yamsoup 12 2,426 02-22-2024, 04:02 PM
Last Post: tllim
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 4 2,507 12-13-2023, 07:22 PM
Last Post: trillobite
  Manjaro 20.04 not loading from SD (with Manjaro on eMMC) zaius 1 583 12-07-2023, 03:11 PM
Last Post: wdt
  [Manjaro] u-boot won't boot from eMMC with (unbootable) SD card present zackw 1 2,122 08-21-2023, 09:08 PM
Last Post: vanessadonald
  Blank screen after Armbian 20.04 install to emmc? psychoacoustic 3 3,738 04-01-2023, 03:22 PM
Last Post: TRS-80
  Fix for Armbian not booting on PBP from eMMC agreenbhm 7 4,276 04-01-2023, 02:58 PM
Last Post: TRS-80
  My installation guide starting from messed up eMMC Besouro 0 943 12-19-2022, 01:01 PM
Last Post: Besouro
  newer ""emmc-installer" images (manjaro xfce) magistral 1 1,194 10-10-2022, 06:22 AM
Last Post: maxjrh
  6/22 run of PBPs - is reimaging eMMC with new OS possible still? elitegamercody 29 12,747 10-04-2022, 07:55 PM
Last Post: wdt
  postmarketOS/Alpine edge image for the Pinebook Pro MartijnBraam 74 116,521 08-24-2022, 02:06 PM
Last Post: petersen77

Forum Jump:


Users browsing this thread: 3 Guest(s)