On the bottom of this page will give you a clue: http://beagleboard.org/support/faq <http://beagleboard.org/support/faq>
Why are no boot messages visible on a custom kernel? Passing the wrong bootargs to the kernel is a possible cause. Linux kernels >= 2.6.36 are using ttyOn instead ttySn for the serials on OMAP, so set console=ttyO2,115200n8 in U-boot. Regards, John > On Oct 31, 2015, at 2:08 PM, dlchambers <[email protected]> wrote: > > BBB's J1 connects to UART0, and this is used for the serial console. > > Is it possible to run the console on a different UART, and/or run another > instance of the console on a different UART while concurrently running a > console on UART0 ? > > If this is possible, the procedure to do it on Debian would be appreciated. > > Thanks! > > -- > For more options, visit http://beagleboard.org/discuss > <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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <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 [email protected]. For more options, visit https://groups.google.com/d/optout.
