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
  What's a good image to use now? [tutorial help as well] frank_philip 38 7,920 05-03-2025, 01:56 AM
Last Post: Dendrocalamus64
  PBP does not start from postmarket OS image burnt to sd card zkajdan 21 3,934 03-10-2025, 01:55 PM
Last Post: wdt
  Pinebook Pro upgrading from the factory image yamsoup 12 6,713 02-22-2024, 04:02 PM
Last Post: tllim
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 4 4,244 12-13-2023, 07:22 PM
Last Post: trillobite
  Manjaro 20.04 not loading from SD (with Manjaro on eMMC) zaius 1 1,383 12-07-2023, 03:11 PM
Last Post: wdt
  [Manjaro] u-boot won't boot from eMMC with (unbootable) SD card present zackw 1 3,079 08-21-2023, 09:08 PM
Last Post: vanessadonald
  Blank screen after Armbian 20.04 install to emmc? psychoacoustic 3 5,442 04-01-2023, 03:22 PM
Last Post: TRS-80
  Fix for Armbian not booting on PBP from eMMC agreenbhm 7 7,027 04-01-2023, 02:58 PM
Last Post: TRS-80
  My installation guide starting from messed up eMMC Besouro 0 1,536 12-19-2022, 01:01 PM
Last Post: Besouro
  newer ""emmc-installer" images (manjaro xfce) magistral 1 1,977 10-10-2022, 06:22 AM
Last Post: maxjrh

Forum Jump:


Users browsing this thread: 2 Guest(s)