Pinephone tutorial
-
@AppLee Yeah... Probably good advice. Thanks!!!
-
@admsjas
In addition to my previous message, someone confirmed my guess ; mmcblk2 is the eMMC on the PinePhone BraveHeart.
This guy did flash an image from the sdcard to the eMMC and so you can clone your sdcard to the eMMC.I won't give a command because if you cannot come up with it it's better not to try the operation.
dd
is a powerful tool but in the wrong hands it can bring havoc on your devices. Don't mess withdd
(after all it's Dexter's sister).
Ok I need my pills now -
@AppLee thanks. I'm quite familiar with the DD command as its what I've had to use to write to my SD cards because etcher isn't available for manjaro on the PBP. Theres a utility on the KDE bistros that show the separated block devices so its fairly easy to figure out which one to write to.
-
For anyone interested I can confirm it works. I definitely notice quicker response and boot time, now is there a way to use screen rotation?
-
dd works, but it doesn't verify the image so it is better to use pm tool.
I made a script that helps with that - https://github.com/goddard/pinephone
It downloads the latest successful build and verifies everything downloaded correct. It then asks you what root path to flash the image to.
More improvements coming soon.
-
@Irenicus This is supposed to be ran on the PInePhone itself? on UT?
-
@kugiigi
If I'm not mistaken, it should be run on the PinePhone on any OS running on it.
The root path for eMMC or SDCard is not exposed on your computer when you plug the phone.In order to do something similar you'll need to be in FEL mode and use a serial connection via the jack connector of the phone...
-
@Irenicus I tried this but looks like root size isn't enough for the script. it ran out of space. I'm not sure how to resize the root on the pinephone. I think I'm not qualified for the braveheart LOL
-
@AppLee So I went with
dd
and seems to work well but I can't install any app from the store. It just downloads and just show the install button again. -
@kugiigi
Probably the user partition needs resizing.
I don't have a reference link right now and I have a meeting soon but if you cannot find how to do it, I'll dig in later. -
If you dd from sdcard to emmc keep your size below 14.5g or your emmc will not boot, don't ask how i know this.
Or label your sdcards , and know what is on them.
Its easier to adjust the size with gparted or similar before you “ dd ” it.