Re: [beagleboard] Trouble disabling HDMI + EMMC overlays?

2017-12-05 Thread Robert Nelson
On Tue, Dec 5, 2017 at 4:44 AM, wrote: > Hello, I have the same issue > > I've tried many combinations in the uEnv.txt file to disable my emmc, but > all of the time I get. > > root@beaglebone:~# config-pin -a P8_4 in+ > bash:

Re: [beagleboard] Trouble disabling HDMI + EMMC overlays?

2017-12-05 Thread deeler
Hello, I have the same issue I've tried many combinations in the uEnv.txt file to disable my emmc, but all of the time I get. root@beaglebone:~# config-pin -a P8_4 in+ bash: /sys/devices/platform/ocp/ocp*P8_04_pinmux/state: No such file or directory Cannot write pinmux file:

R: [beagleboard] Trouble disabling HDMI + EMMC overlays?

2017-11-04 Thread Claudio La Rosa
Are you saying that I should reflash eMMC? Meanwhile ... it works and sometimes does not work ... Da: Robert Nelson Inviato: sabato 4 novembre 2017 16:55 A: Claudio La Rosa Cc: Beagle Board Oggetto: Re: [beagleboard] Trouble disabling HDMI + EMMC overlays? On Sat, Nov 4, 2017 at 1:07 AM

Re: [beagleboard] Trouble disabling HDMI + EMMC overlays?

2017-11-04 Thread Robert Nelson
On Sat, Nov 4, 2017 at 1:07 AM, Claudio La Rosa wrote: > Thank you for the reply. > > > I tried on a first BeagleBone and it did not work. > > > I tried on a second BeagleBone Green (transferring the SD Card) and last > night it worked all the times I tried. > > This

R: [beagleboard] Trouble disabling HDMI + EMMC overlays?

2017-11-04 Thread Claudio La Rosa
A: Beagle Board; Claudio La Rosa Oggetto: Re: [beagleboard] Trouble disabling HDMI + EMMC overlays? On Fri, Nov 3, 2017 at 12:20 PM, Claudio La Rosa <claudiocplar...@gmail.com> wrote: > Hi! > > I have this /boot/uEnv.txt on my SD Card (beagleBone Green): > > #Docs: http://eli

Re: [beagleboard] Trouble disabling HDMI + EMMC overlays?

2017-11-03 Thread Robert Nelson
On Fri, Nov 3, 2017 at 12:20 PM, Claudio La Rosa wrote: > Hi! > > I have this /boot/uEnv.txt on my SD Card (beagleBone Green): > > #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 > uname_r=4.4.91-ti-r133 > #uuid= > #dtb= > > ###U-Boot Overlays### >

Re: [beagleboard] Trouble disabling HDMI + EMMC overlays?

2017-11-03 Thread Claudio La Rosa
*Hi!* *I have this /boot/uEnv.txt on my SD Card (beagleBone Green):* #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 uname_r=4.4.91-ti-r133 #uuid= #dtb= ###U-Boot Overlays### ###Documentation: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays ###Master

Re: [beagleboard] Trouble disabling HDMI + EMMC overlays?

2015-12-19 Thread Riley Porter
Hey guys, Thanks for the input. I think my major disconnect was the fact that when I was looking at the slots I didnt notice the O vs the L :) So apparently it was not loaded. Sorry guys. Still learning the BeagleBone. This list has been very very helpful. Riley On Fri, Dec 18, 2015 at

Re: [beagleboard] Trouble disabling HDMI + EMMC overlays?

2015-12-17 Thread John Syne
As Robert described, your uEnv.txt should look like this: — uname_r=3.8.13-bone79 #uuid= #dtb= ##BeagleBone Black/Green dtb's for v4.1.x (BeagleBone White just works..) ##BeagleBone Black: HDMI (Audio/Video) disabled: #dtb=am335x-boneblack-emmc-overlay.dtb ##BeagleBone Black: eMMC disabled:

[beagleboard] Trouble disabling HDMI + EMMC overlays?

2015-12-17 Thread Riley Porter
Hey guys I have edited my uEnv.txt and uncommented the disable hdmi and emmc but a reboot does nothing? This is my kernel version: *Linux beaglebone 3.8.13-bone79 #1 SMP Tue Oct 13 20:44:55 UTC 2015 armv7l GNU/Linux* This is my /boot/uEnv.txt file: *Docs:

Re: [beagleboard] Trouble disabling HDMI + EMMC overlays?

2015-12-17 Thread Robert Nelson
On Thu, Dec 17, 2015 at 11:08 PM, Riley Porter wrote: > Hey guys I have edited my uEnv.txt and uncommented the disable hdmi and emmc > but a reboot does nothing? > > This is my kernel version: > > Linux beaglebone 3.8.13-bone79 #1 SMP Tue Oct 13 20:44:55 UTC 2015 armv7l >