Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

BeagleBone Black

BSP Layer README

BeagleBone Black system reference manual

Building/installing an image

  1. git clone https://github.com/YoeDistro/yoe-distro.git
  2. cd yoe-distro
  3. . ./envsetup.sh beaglebone
  4. yoe_setup
  5. bitbake yoe-simple-image
  6. Insert SD card
  7. lsblk (note SD card device, and substitute for /dev/sdX below)
  8. yoe_install_image /dev/sdX yoe-simple-image (Note, Etcher can also be used to write images to SD cards).
  9. cp deploy/beaglebone_0.0.1.upd /run/media/<SD card boot partition>/
  10. sudo eject /dev/sdX
  11. Connect serial console (instructions below)
  12. Install SD card in a BeagleBone
  13. Hold the boot switch, apply power, and the BeagleBone will boot from the SD card and install Yoe to the eMMC flash
  14. Remove power and SD card. Yoe should now boot from eMMC.

Serial Console

The BeagleBone Black serial console is available on a 6-pin header as shown in the image below. The pinout matches a standard 3.3V FTDI 6-pin connector.

BeagleBone Serial Console