Please clarify BBB boot option

Hi,

From Yocto project link:
https://www.yoctoproject.org/downloads/bsps/fido18/beaglebone

It has the following:

The Beaglebone Black has eMMC, while the White does not. Pressing the USER/BOOT button when powering on will temporarily change the boot order. But for the sake of simplicity, these instructions assume you have erased the eMMC on the Black, so its boot behavior matches that of the White and boots off of SD card. To do this, issue the following commands from the u-boot prompt:

# mmc dev 1
# mmc erase 0 512

To further tailor these instructions for your board, please refer to the documentation at http://www.beagleboard.org/bone and http://www.beagleboard.org/black

  1. I don’t find any description about “Pressing the USER/BOOT button”. What is the detail information after pressing the USER/BOOT button?

  2. The above # lines are an alternative to the “Pressing the USER/BOOT button”?

  3. I don’t find the documentation with the link: http://www.beagleboard.org/black . Can you point me to the documentation address?

Thanks,

What is the problem? This is a (hardware) button on your BBB which needs to be pressed on power-up in order to boot from eMMC - that’s all.

And there is a document that describes the hardware on the board and there is a section on that button in it. Sorry no audio book available.

http://www.elinux.org/Beagleboard:BeagleBoneBlack

http://www.elinux.org/Beagleboard:BeagleBoneBlack#LATEST_PRODUCTION_FILES_.28C.29

https://github.com/CircuitCo/BeagleBone-Black/blob/master/BBB_SRM.pdf?raw=true

Gerald