Tool/software: Code Composer Studio
hello,
As the title explains, I'm trying to boot form EMMC memory.
for that, I have created bootable SD card.
then created two partition in EMMC
and format disk
umount /dev/mmcblk1p1; mkfs.vfat -F 16 /dev/mmcblk1p1
umount /dev/mmcblk1p2; mkfs.ext4 /dev/mmcblk1p2
which files are required in mmcblk1p1 and mmcblk1p2.
Also, guide me which procedure, I have to followed.