Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abexultan/af9c42e4b32c6b682583f84867b7f5c8 to your computer and use it in GitHub Desktop.
Save abexultan/af9c42e4b32c6b682583f84867b7f5c8 to your computer and use it in GitHub Desktop.
BeagleBone Black Ubuntu Installation Guide

Using Linux machine:

  1. Follow the link and go to Method 1 installation. (flash the image using "dd", not the shell command they recommend)
  2. After this go to SD card's boot directory and uncomment the line

#cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh

  1. Insert SD card into powered-off BBB and, while holding S2 button (boot) on the board, plug in the USB power. Wait, untill all 4 user LEDs are on in a pattern or sequence, then you can release the boot button. Installation is complete, when all of the 4 LEDs are off.
  2. Power off your BBB, comment back the line mantioned in step 2. Then power your BBB and this time, your BeagleBone will boot from the eMMC.
@olzhas
Copy link

olzhas commented Jun 6, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment