-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Notes on using Yoe on the BeagleBone Black | ||
|
||
[up](README.md) | ||
|
||
[BSP Layer README](https://github.com/YoeDistro/meta-ti/blob/master/README) | ||
|
||
[BeagleBone Black system reference manual](https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual) | ||
|
||
## Building/installing an image | ||
|
||
1. `git clone git://github.com/YoeDistro/yoe-distro.git` | ||
1. `cd yoe-distro` | ||
1. `. beaglebone-envsetup.sh` | ||
1. `yoe_setup` | ||
1. `bitbake core-image-base` | ||
1. insert SD card | ||
1. `lsblk` (note sd card device, and substitute for /dev/sdX below) | ||
1. `yoe_install_image /dev/sdX core-image-base` | ||
1. `sudo eject /dev/sdX` | ||
1. connect serial console (instructions below) | ||
1. install SD card in a BeagleBone | ||
1. hold the boot switch, apply power, and BeagleBone will now boot from SD card | ||
|
||
## Connecting to 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](https://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf). | ||
|
||
![BeagleBone Serial Console](beagleboneblack.jpg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters