Thanks again Robert,

So I'll have to download the overlay board file repo, edit, and then
install but hummm. Been a while I need:

##BeagleBone Black: HDMI (Audio/Video) disabled:
dtb=am335x-boneblack-emmc-overlay.dtb

Which probably loads the common overlay file, so . ..yeah ok think I got
it. Going to be busy today with other things( unavoidable ) so might be
tomorrow before I can write back success in modifying the board file. After
which I can hopefully get this modification out to be tested on multiple
boards by this person I know.

I'll post full instructions for others here, when I get the chance. SO
others can test, and potentially fix the same issue if needed.

On Wed, Oct 19, 2016 at 11:15 AM, Robert Nelson <robertcnel...@gmail.com>
wrote:

> On Wed, Oct 19, 2016 at 1:09 PM, William Hermans <yyrk...@gmail.com>
> wrote:
> > Thanks Robert,
> >
> > I'll check that out, So when you sasy "remove the sleeps". I just delete
> > "sleep" from pinctrl-names = "default", "sleep"; or do I need to also
> remove
> > pinctrl-1 = <&cpsw_sleep>; as well ?
>
>
> Yeah, from:
>
> &mac {
>     pinctrl-names = "default", "sleep";
>     pinctrl-0 = <&cpsw_default>;
>     pinctrl-1 = <&cpsw_sleep>;
>     slaves = <1>;
>     status = "okay";
> };
>
> &davinci_mdio {
>     pinctrl-names = "default", "sleep";
>     pinctrl-0 = <&davinci_mdio_default>;
>     pinctrl-1 = <&davinci_mdio_sleep>;
>     status = "okay";
> };
>
> to:
>
> &mac {
>     pinctrl-names = "default";
>     pinctrl-0 = <&cpsw_default>;
>     slaves = <1>;
>     status = "okay";
> };
>
> &davinci_mdio {
>     pinctrl-names = "default";
>     pinctrl-0 = <&davinci_mdio_default>;
>     status = "okay";
> };
>
> Regards,
>
>
> --
> Robert Nelson
> https://rcn-ee.com/
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/beagleboard/CAOCHtYi7pEF_RuKLAvCh2ZiXuhnK-
> oggZykntXCND6FC8rQiyw%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORqRP%3DcPatPJhqvfLs_zzw8EOrqJUkBc_2cjWUmV2MtWaQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to