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 ?