Ep. #285 BBB: Configure Serial Ports Part #2 - Ubuntu Snappy Core
This tutorial is the continuation from part #1 for enabling serial/com ports for the Beagle Bone Black, running Ubuntu snappy core 15.04. In this tutorial you will learn how to create a new BBB .dtb file to include content that will enable support for multiple serial/com ports on the BBB.
To start, download the current armhf device file and go to the assets directory. Next, go to the .dtbs directory and convert the .dtb file to a .dts file so it can be edited. By configuring the UART, in the /assets/dtbs source file, you can add the needed support for the serial/com ports. Once the UART code has been created, make sure the part name (pinmux_uart0_pins), the hex identifier for the pins (pinctrl-single,pins = Hex_Identifier) and the hex ID (linux,phandle = Hex_ID and phandle = Hex_ID) have been included in the .dts file and are correct for the serial/com ports you wish to add. Now to enable each of the new ports and to assign the pinouts go to the serial@ section of the .dts file that has been created. There the status will need to be updated from “disabled” to “okay,” and will need to add: pinctrl-names = “default; and pinctrl-0 = Hex_ID; to the end of each serial@ code section for the given UART.
Once all the changes and additions have been made, save the file and return to the command prompt and run the dtc command to convert it back to a .dtb file. Then use scp to copy your newly created .dtb file to the BBB.
Help us caption & translate this video!
http://amara.org/v/Uda8/...
Subscribe: https://www.thejohnnyoshow.com/subscribe.php...
Check out our site: https://www.thejohnnyoshow.com...
Facebook: https://www.facebook.com/thejohnnyoshow...
Adobe Muse Scripts
PHP Youtube Playlist for Muse
Embed Youtube playlist in Muse using PHP, Autocreates Social Metatags rich snippets, and other great SEO features
Sitemap Generator
Automatically update your sitemap.xml for SEO with this free script.
Smart 404 Script
Takes an outdated URL apart piece by piece, scans the sitemap, and searches for the closest match.
Help Support My Work
If you find my scripts useful, please Like and Share my videos. If you’d like you can also send me money. 🙂 Thanks so much for your support.

Brittain and I started on another project a few months back, attempting to make a new timer for the LED motion sensor lights I have installed in our

Our friend Clay graduated this year, and the idea was brought about by Caden to build him a new PC for a gift. Getting lots of people involved to

Here's the final part #3 in a 3 part series on how to configure and enable serial/com ports in snappy for a Beaglebone Black board. This tutorial

This tutorial is the continuation from part #1 for enabling serial/com ports for the Beagle Bone Black, running Ubuntu snappy core 15.04. In this

In this tutorial you will learn how to enable the serial/com ports on a BeagleBone Black running with a Debian OS. I give you the steps needed to

Here's a free Smart 404.php script to use in conjunction with my Sitemap script. The reason I created these scripts was to help myself, and hopefully