Install new OS without USB Adapter for eMMC Module?
#9
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


Messages In This Thread
RE: Install new OS without USB Adapter for eMMC Module? - by wdt - 03-04-2020, 11:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cellular module for Pinebook Pro Lotech 1 401 03-05-2024, 05:40 AM
Last Post: KC9UDX
  Happy eMMC and SDcard OS usage for Pinebook Pro Newbies... Paulie420 42 60,392 11-20-2023, 06:22 PM
Last Post: wdt
  Does latest Tow-Boot install/work correctly for everyone? tophneal 4 1,889 08-03-2023, 03:30 PM
Last Post: tophneal
  Followed the blog post to install Fedora: PBP not booting anymore koenigs 6 1,890 06-01-2023, 10:58 AM
Last Post: wdt
  I'm booting from NVME but I want to switch back to eMMC acruhl 4 1,499 04-23-2023, 06:58 AM
Last Post: acruhl
  Doesn’t power on after flashing emmc badguru 3 1,262 02-25-2023, 09:00 PM
Last Post: badguru
  eMMC problem with Tow-Boot/u-boot on SPI repa 3 1,729 02-21-2023, 01:49 AM
Last Post: repa
  Partial boot after installing Manjaro on emmc regivanx 11 3,199 02-06-2023, 09:11 AM
Last Post: wdt
  Unable to Boot anything (emmc or SDcard) line72 5 2,033 01-17-2023, 12:07 PM
Last Post: nfms
  What OS have you recently flashed onto PBP eMMC? jcun4128 6 2,391 11-26-2022, 09:39 AM
Last Post: KC9UDX

Forum Jump:


Users browsing this thread: 1 Guest(s)