Install new OS without USB Adapter for eMMC Module?
#10
(03-04-2020, 11:17 PM)wdt Wrote: Because of /dev, /sys, /proc, /run cloning a booted system is not a good idea, better use rsync
When not booted, these are empty directories

mount |grep mmc (make sure no partitions on emmc are mounted)
Maybe blank 1st 16M,,,, dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=16
bs=1M, faster,,but the real point is default block size of dd 512 bytes is slower than slow
REALLY slow,, this only shows up writing several MB, you are writing 5G
Otherwise your command line looks good
I think an install resizes,, check (df) ,,if not, cfdisk (expand) and resize2fs on unmounted partition
(booted from SD), then fsck.ext4 to make sure all is well (df -h 58G)
--edit--
a little more elegant
xzcat pinebookpro-debian-desktop-mrfixit-191123.img,xz|dd of=/dev/mmcblk1 bs=1M status=progress
there is an image 1 month newer BTW,, pinebookpro-debian-desktop-mrfixit191226.img.xz
---------------------------------------------------------------------------------------------
Thank you, WDT

Appreciates the good points, insights and suggestions particularly pertaining to disk checking. Never hurts to go the extra mile/km.

Good catch regarding the newer 191226 image.

Marshalling the courage. Thanks again.


Messages In This Thread
RE: Install new OS without USB Adapter for eMMC Module? - by PineFan - 03-05-2020, 02:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need new eMMC Karsten1 1 117 07-22-2025, 03:10 PM
Last Post: KC9UDX
  Use SD to install new OS over pinebook debian Rudy558 10 15,178 03-09-2025, 11:17 AM
Last Post: davisthomas
  Cellular module for Pinebook Pro Lotech 1 1,658 03-05-2024, 05:40 AM
Last Post: KC9UDX
  Happy eMMC and SDcard OS usage for Pinebook Pro Newbies... Paulie420 42 79,322 11-20-2023, 06:22 PM
Last Post: wdt
  Does latest Tow-Boot install/work correctly for everyone? tophneal 4 4,504 08-03-2023, 03:30 PM
Last Post: tophneal
  Followed the blog post to install Fedora: PBP not booting anymore koenigs 6 4,366 06-01-2023, 10:58 AM
Last Post: wdt
  I'm booting from NVME but I want to switch back to eMMC acruhl 4 3,397 04-23-2023, 06:58 AM
Last Post: acruhl
  Doesn’t power on after flashing emmc badguru 3 2,702 02-25-2023, 09:00 PM
Last Post: badguru
  eMMC problem with Tow-Boot/u-boot on SPI repa 3 3,170 02-21-2023, 01:49 AM
Last Post: repa
  Partial boot after installing Manjaro on emmc regivanx 11 6,801 02-06-2023, 09:11 AM
Last Post: wdt

Forum Jump:


Users browsing this thread: 1 Guest(s)