how to disable HDMI / eMMc pins in BeagleBone Black

1,171 views
Skip to first unread message

hcasalnc...@gmail.com

unread,
Mar 17, 2019, 9:57:30 AM3/17/19
to BeagleBoard

Hello 

In my project I am needing  to use 30  pins of  the P8 expansion header  and 6 pins of  the P9 expansion header as GPIO only, also I will use all analog pins(P9). I do not  need  to use the HDMI neither eMMc pins . I have been reading information about this  and I believe is necessary to configure the BBB to operate in mode 7. 

How can I do it?

Thanks

Hugo



  

kpran...@gmail.com

unread,
Mar 17, 2019, 11:14:16 AM3/17/19
to BeagleBoard
You can follow up this tutorial to disable the pru in your beaglebone black https://youtu.be/PZSxRHO59AI
Or you can see the 3rd video on the site
http://beagleboard.org/pru .

kpran...@gmail.com

unread,
Mar 17, 2019, 11:17:20 AM3/17/19
to BeagleBoard
Follow the video from 57 min from the first link given above

devm...@gmail.com

unread,
Mar 18, 2019, 8:18:44 AM3/18/19
to BeagleBoard
Hello Hugo,

you can disable with editing the file /boot/uEnv.txt
Check your kernel version before ( uname -r )

For v3.8.x kernel:
#Disable HDMI/eMMC
cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G
#Disable HDMI
cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN
#Disable eMMC
cape_disable=capemgr.disable_partno=BB-BONE-EMMC-2G


For v4.1.x kernel:
#HDMI (Audio/Video) disabled:
dtb=am335x-boneblack-emmc-overlay.dtb
#eMMC disabled:
dtb=am335x-boneblack-hdmi-overlay.dtb
#HDMI Audio/eMMC disabled:
dtb=am335x-boneblack-nhdmi-overlay.dtb
#HDMI (Audio/Video)/eMMC disabled:
dtb=am335x-boneblack-overlay.dtb


For v4.4.x, v4.9.x, v4.14.x and higher kernel:
##Disable auto loading of virtual capes (emmc/video/wireless/adc)
#Disable eMMC
disable_uboot_overlay_emmc=1
#Disable HDMI
disable_uboot_overlay_video=1
#Disable Audio
disable_uboot_overlay_audio=1
#Disable Wireless
disable_uboot_overlay_wireless=1
#Disable ADC
disable_uboot_overlay_adc=1


Hugo Casal

unread,
Mar 19, 2019, 1:23:32 PM3/19/19
to beagl...@googlegroups.com
Thank you very much
Hugo 

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/5dfd71c1-a390-486e-a02f-9138be583f89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages