From e6407ac05f6f8c01aafde71f07a1f2101163d4e0 Mon Sep 17 00:00:00 2001 From: knrdl <35548889+knrdl@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:08:41 +0100 Subject: [PATCH] dd param "status=progress" is not supported in postmarket os (busybox) --- .../PinePhone/Installation/Installation_to_the_eMMC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/documentation/PinePhone/Installation/Installation_to_the_eMMC.md b/content/documentation/PinePhone/Installation/Installation_to_the_eMMC.md index 16eb0532..89bb0ee6 100644 --- a/content/documentation/PinePhone/Installation/Installation_to_the_eMMC.md +++ b/content/documentation/PinePhone/Installation/Installation_to_the_eMMC.md @@ -18,7 +18,7 @@ The internal memory of the PinePhone (eMMC) can be flashed using multiple differ 2. Insert microSD card and boot the phone 3. Download the desired OS' image on the booted OS or transfer it to the microSD card 4. Extract the image file if it is archived -5. Flash the image file to eMMC using `dd if=IMAGE.img of=/dev/mmcblkX bs=1M status=progress conv=fsync` where X is the number label of the eMMC (of the disk, not the partition!). Use the command `lsblk` to check your devices: typically with the current kernel the microSD card is _/dev/mmcblk0_ and the eMMC is _/dev/mmcblk2_ but as always with _dd_ be extremely cautious to get the devices correct. +5. Flash the image file to eMMC using `dd if=IMAGE.img of=/dev/mmcblkX bs=1M conv=fsync` where X is the number label of the eMMC (of the disk, not the partition!). Use the command `lsblk` to check your devices: typically with the current kernel the microSD card is _/dev/mmcblk0_ and the eMMC is _/dev/mmcblk2_ but as always with _dd_ be extremely cautious to get the devices correct. 6. Turn off phone, remove microSD card and then turn on the phone. ## Using JumpDrive