On Mon, Mar 21, 2016 at 8:21 PM, Greg <[email protected]> wrote: > I am trying to learn how a Device Tree Blob is selected (BeagleBoneBlack) > if: > > 1. No cape is plugged in. > 2. All dtb and cape lines in uEnv.txt are commented. > > In other words a default set-up with no specific DTB or DTBO specified. > > What is the process or data used for determining which DTB is used? >
We look at the eeprom: http://git.denx.de/?p=u-boot.git;a=blob;f=include/configs/am335x_evm.h;h=150c5235d230f597641bd8a8fbd8e4afa0fd16cd;hb=HEAD#l164 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
