Posts: 2
Threads: 2
Joined: Feb 2017
Reputation:
0
*PI Version(s): Orange Pi Plus2 E
Hi. I have OPi Plus 2e with ROPi 4.1 on EMMC (updated from 3, customized, configured and beloved). I want to move/clone it from EMMC to new MicroSD - need to have "double boot" with another OS on EMMC. Is it possible? Anybody have good script/manual for this?
Posts: 2,215
Threads: 45
Joined: Oct 2016
Reputation:
155
Boot from emmc
Go to terminal
Insert sdcard (same emmc size or above)
sudo dd bs=4M if=/dev/mmcblk0 of=/dev/mmcblk1 , should take more than 1hour
Posts: 2,215
Threads: 45
Joined: Oct 2016
Reputation:
155
I'm not sure if it will work