Flashing an SD card using Pinebook Pro? Konsole?
#3
You can avoid using the space for the unzipped image if you pipe between the extraction and the dd, or just use a tool that can handle compressed images in the first place. Something like:
xzcat imagefile.img.xz | sudo dd of=/dev/mmcblk1 bs=1M status=progress conv=fsync
Or:
sudo bmaptool copy imagefile.img.xz /dev/mmcblk1

As has been said before you're overwriting entire disks/ssds/sd cards so double check you've got the right device, and that you know exactly what the command is going to do in case you or I have a typo or mistake in there.


Messages In This Thread
RE: Flashing an SD card using Pinebook Pro? Konsole? - by wibble - 12-06-2020, 09:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  install iso from sd card to emmc aular 2 274 03-11-2024, 10:24 PM
Last Post: tllim
  How To Access the Pine Phone Auxillary microSD Without Removing Card pinephoneuser22 2 891 01-09-2024, 07:02 PM
Last Post: britelite
  SD Card has wrong capacity AndyM 11 2,287 06-11-2023, 12:30 AM
Last Post: AndyM
  trouble flashing eMMC TylerBlackberry 3 1,196 04-13-2023, 05:55 AM
Last Post: Kevin Kofler
  Device Unable To Read MicroSD Card _radv_ 19 5,975 02-18-2023, 02:01 PM
Last Post: _radv_
  SIM Card Slot Terror thismarty 4 1,434 12-21-2022, 05:37 PM
Last Post: thismarty
  MicroSD Card Reuse _radv_ 5 1,964 12-12-2022, 12:26 PM
Last Post: chainingsolid
  Pine Phone Doesn't Recognize New MicroSD Card _radv_ 3 1,386 11-23-2022, 05:19 AM
Last Post: _radv_
  SIM Card Install pineme 4 5,079 06-10-2022, 03:15 AM
Last Post: rocket2nfinity
  Flashing gone wrong erg 9 4,333 05-28-2022, 10:52 AM
Last Post: fxc

Forum Jump:


Users browsing this thread: 1 Guest(s)