Skip to content

Commit

Permalink
Merge pull request #111 from knrdl/patch-1
Browse files Browse the repository at this point in the history
dd param "status=progress" is not supported in postmarket os (busybox)
  • Loading branch information
x1y authored Dec 29, 2024
2 parents 40a0da7 + e6407ac commit 923be1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 923be1d

Please sign in to comment.