09-19-2017, 08:23 PM
(This post was last modified: 09-20-2017, 03:37 PM by electrikjesus.)
(09-05-2017, 02:12 PM)amilino Wrote: Is it possible to install it (on eMMC) simply like this:
1. Boot Linux from sdcard
2. sudo dd status=progress bs=512 if=/dev/mmcblk1 | gzip > /media/pine64/Elements/Bliss-pine64_pinebook_20170830_01.img.gz
I think all that will do is create a backup of your emmc. What youre looking for is maybe something like
$ sudo gunzip -c /path/to/backup.img.gz | dd of=/dev/sdX
I have not tried it yet, so please do not quote me on it. it might be missing quite a bit to work properly.
That indeed is just to restore a backup image. Currently, the best known method to move to EMMC is found here: https://forum.pine64.org/showthread.php?...3#pid28873