Re: [beagleboard] BBB eewiki down

2018-04-10 Thread John Syne
No matter, I found the selection in 
0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch line 1668. 

Regards,
John





> On Apr 10, 2018, at 11:42 AM, John Syne  wrote:
> 
> Thanks Robert. BTW, when using u-boot overlays, what base DTS is used for 
> BBB? I seem to remember you saying we don’t have to define the base DTS and 
> u-boot will select the base DTS. 
> 
> Regards,
> John
> 
> 
> 
> 
> 
>> On Apr 10, 2018, at 6:54 AM, Robert Nelson > > wrote:
>> 
>> On Tue, Apr 10, 2018 at 2:42 AM, John Syne > > wrote:
>>> https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader:U-Boot
>>>  
>>> 
>>> 
>>> is down.
>> 
>> should be back up, we should have a new server at some point. ;)
>> 
>> 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/CAOCHtYiLw4pbdhpgwuf%2BRR2CRMYc_P7mu5R1J7_ZY7WdL5P7ug%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/687E1611-91D3-44CF-9F8C-572FC724193C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBB eewiki down

2018-04-10 Thread Robert Nelson
On Tue, Apr 10, 2018 at 1:42 PM, John Syne  wrote:
> Thanks Robert. BTW, when using u-boot overlays, what base DTS is used for
> BBB? I seem to remember you saying we don’t have to define the base DTS and
> u-boot will select the base DTS.

So for v4.4.x -> v4.14.x, the base dtb is:

am335x-boneblack-uboot.dtb

Which is very basic:

https://github.com/RobertCNelson/dtb-rebuilder/blob/4.14-ti/src/arm/am335x-boneblack-uboot.dts

We then assemble the final dtb before jumping to the kernel..

For v4.16.x+

am335x-boneblack-uboot-univ.dtb

https://github.com/RobertCNelson/dtb-rebuilder/blob/4.16.x/src/arm/am335x-boneblack-uboot-univ.dts

major difference cape-universal is fully enabled, and then subtracted
in later overlays.

via: P9_12_pinmux { status = "disabled"; };

https://github.com/beagleboard/bb.org-overlays/commit/675e258e08c24417e815984a6c63aad17bba6c66

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/CAOCHtYhPKk-%3DCrFB2-y9Y_%2B7jKv%2B-OBzqR76bxo33O_-5S79Eg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBB eewiki down

2018-04-10 Thread John Syne
Thanks Robert. BTW, when using u-boot overlays, what base DTS is used for BBB? 
I seem to remember you saying we don’t have to define the base DTS and u-boot 
will select the base DTS. 

Regards,
John





> On Apr 10, 2018, at 6:54 AM, Robert Nelson  wrote:
> 
> On Tue, Apr 10, 2018 at 2:42 AM, John Syne  wrote:
>> https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader:U-Boot
>> 
>> is down.
> 
> should be back up, we should have a new server at some point. ;)
> 
> 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/CAOCHtYiLw4pbdhpgwuf%2BRR2CRMYc_P7mu5R1J7_ZY7WdL5P7ug%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/D9594803-20D8-4DB2-A97B-B45E8A732F34%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBB eewiki down

2018-04-10 Thread Robert Nelson
On Tue, Apr 10, 2018 at 2:42 AM, John Syne  wrote:
> https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader:U-Boot
>
> is down.

should be back up, we should have a new server at some point. ;)

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/CAOCHtYiLw4pbdhpgwuf%2BRR2CRMYc_P7mu5R1J7_ZY7WdL5P7ug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.