Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Beaglebone Python Programming

You're reading from   Learning Beaglebone Python Programming Unleash the potential of BeagleBone using Python

Arrow left icon
Product type Paperback
Published in Jul 2015
Publisher
ISBN-13 9781784399702
Length 196 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Alexander C Hiam Alexander C Hiam
Author Profile Icon Alexander C Hiam
Alexander C Hiam
Arrow right icon
View More author details
Toc

Appendix B. Disabling HDMI

The BeagleBone Black ships with the HDMI output enabled, using pins 20-46 on the P8 header. If you're not using HDMI and would like to free up those pins for use as shown in Appendix A, The BeagleBone Black Pinout, you can disable the HDMI output. First, mount the boot partition:

# mkdir /mnt/boot
# mount /dev/mmcblk0p1 /mnt/boot

Then, open the bootscript with the nano text editor:

# nano /mnt/boot/uEnv.txt

Add the following line to the end of the file:

optargs=quiet capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN

Press Ctrl + X then Y to save and close the file. That new line stops the capemgr driver from loading the HDMI, and HDMI audio overlays at boot, freeing up the pins for general use.

Finally, unmount the boot partition and reboot:

# umount /mnt/boot
# rmdir /mnt/boot
# reboot

The HDMI output will now be disabled, and you'll be able to use P8.20-46, as shown in Appendix A, The BeagleBone Black Pinout. To re-enable HDMI, repeat the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image