Tool/software:
Hi,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi,
Hi Eldhose,
Yes, AM335x device can boot and run Linux from eMMC. The Beaglebone Black board has eMMC device on the board, and it can be flashed with Linux and boot from it.
You would need to configure the SYSBOOT pins to tell ROM to boot from eMMC, U-Boot will inherit the boot media information from ROM and continue to boot from eMMC.
Hi Eldhose,
eMMC connected to MMC1 or MMC2. Will eMMC work in MMC1 and MMC2?
If eMMC is connected to MMC2 (the 3rd MMC interface), ROM won't be able to boot from eMMC. ROM can only boot from MMC0 or MMC1.
which is better option to boot from, SD card and copy to eMMC?
Just use eMMC as regular block device in Linux, once boot Linux from SD card, partition, format, and mount the eMMC, then copy all the files to eMMC and umount it.