Orange Pi 3 LTS emmc

Good day

Is there a way to write the OS to the Orange Pi 3 LTS emmc?

1 Like

On a general note - no hands-on knowledge of the device - suffice the emmc has enough space - boot on the sdcard and use dd to write to emmc. something like

sudo dd if=/dev/mmcblkX of=/dev/emmcblkY

There may be other steps involved such as a board configuration to make it boot from emmc

Did you install it on emmc?
I try sudo dd if=/dev/mmcblk0 of=/dev/emmcblk1 but with no success.

Self anser for other users OPI3 LTS i boot manjaro from sd card then copy img file into sd card (on windows use WinSCP into folder in my card and then install with dd use command :
"dd bs=4M if=/home/cupra/Pobrane/Manjaro-ARM-gnome-opi3-lts-20221017.img of=/dev/mmcblk1 status=progress oflag=sync "
and system boot from emmc properly

Yes.
Copying an already running system will likely result in a corrupted filesystem, so you can only copy a non-booted image onto a non-booted drive.