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.

Linux/PROCESSOR-SDK-AM335X: Boot from eMMC boot partition

Part Number: PROCESSOR-SDK-AM335X


Tool/software: Linux

The eMMC on the Beaglebone Black has 3 physical partitions : boot 0 ( /dev/mmcblk1boot0 ) , boot1 (/dev/mmcblk1boot1) and user area ( /dev/mmcblk1 ) . The official Beaglebone image boot the board from the user area. I would like to boot the Beaglebone  from eMMC boot0 ( /dev/mmcblk1boot0) . Could anyone give me some suggestion ?