Hello all,
How to boot SPL from boot partition of emmc for my custom board using imx6ull?
When i flash my SPL to user partition using the below command, it boots as expected.
dd if=SPL of=/dev/mmcblk0 bs=1k seek=1 conv=sync
But doing the same with boot partition doesn't work. Can someone help?