On 1/29/2019 12:50 AM, Dave wrote: > The snippet below is in the common dtsi for all am335x boards. > > What I am asking is if that snippet is meaningless, or if it has the actual > effect of switching standard out at some point to uart0 ? > > Also what is the simplest way to rebuild the am335x-bone-uboot-univ.dtb ? > I am not familiar with compiling dtb's in the linux kernel tree. > Those have an assortment of includes. > I am used to compiling standalone dts/dtb's > > Is there a > > make dtb > > that will build the dtb for the current .config device ?
It's "make dtbs", or you can specify the specific dtb you want to build: https://www.lynxbee.com/how-to-compile-dts-to-dtb-from-linux-kernel-and-manually/ > chosen { > stdout-path = &uart0; > }; That could be causing your problems, and it almost certainly wouldn't hurt to change it: https://www.kernel.org/doc/Documentation/devicetree/bindings/chosen.txt -- Charles Steinkuehler [email protected] -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/91d36379-248f-2c51-645b-56ae6fc0633c%40steinkuehler.net. For more options, visit https://groups.google.com/d/optout.
