Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2020 21:34:11 +0100
From:      Manuel =?ISO-8859-1?Q?St=FChn?= <freebsdnewbie@freenet.de>
To:        Hans Bentum <jwbentum44@gmail.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: How to get pin to mode 6 on beagle bone black
Message-ID:  <20200116213411.ba213b01885d2108c9ace7a5@freenet.de>
In-Reply-To: <CAH4pBpMKktrPFYcK2y0zECQJFKUiOmvv5pbBcQ2ooqycuvHqHQ@mail.gmail.com>
References:  <CAH4pBpP2oC-8Vjm5AFMuQopZ-6DvQG_suX5yknv6nYTkLe8yPQ@mail.gmail.com> <20200115220647.1958e8639dc718e714775fed@freenet.de> <CAH4pBpMKktrPFYcK2y0zECQJFKUiOmvv5pbBcQ2ooqycuvHqHQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Hello Hans,

On Thu, 16 Jan 2020 16:05:53 +0100
Hans Bentum <jwbentum44@gmail.com> wrote:

> >
> > Hello Manuel,
> >
> > I discovered this tool:  https://github.com/nmingotti/pinfun
> >
> >  As you can see pin 8_16 has mode 7 (should be 6). So something must give
> > it mode 7.  The overlays seems to be loaded.
> >

I think the egpio.dtso is not applied, because all of its entries are missing in the devicetree-dump of yours. It seems that only am335x-boneblack-pruss.dtbo was applied correctly.

You could try to add your changed directly to the original devicetree file (sys/gnu/dts/arm/am335x-bone-common.dtsi) without using overlays at all to workaround some overlay trouble. Additionally you could have an closer look at the early boot. loader(8) prints also some information during devicetree loading and applying of overlays. Those messages are not visible via dmesg, they can only be seen on the serial console during boot.

Best Regards,

--
Manuel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200116213411.ba213b01885d2108c9ace7a5>