I have copied the sd card to emmc using:
dd -if=/dev/mmcblk0 -bs=4M -conv=sync,noerror -of=/dev/mmclblk1
I’ve changed the the /boot on /dev/mmcblk1 to:
earlyprintk console=ttyFIQ0,1500000n8 rw root=/dev/mmcblk1p5 rootfstype=ext4 ini
t=/sbin/init rootwait
==> when removing the sd card and restart (with emmc only) the system doesn’t boot, what did I miss?