I get it, i guess. Is there some kind of default uEnv.txt? The found a few, but none of them seems "stock" and all claim to be default :P
Thanks! On Wed, Oct 22, 2014 at 5:52 PM, Robert Nelson <[email protected]> wrote: > On Wed, Oct 22, 2014 at 3:46 PM, Paulo Sherring > <[email protected]> wrote: > > Still no luck. Is there a correlation with /dev content ? I mean, in > /dev, > > there are a few tty*. > > ttyS2 = /dev/ttyS2 > ttyO2 = /dev/ttyO2 > > > As I pointed out, i have absolutely no idea of the meaning of uEnv :( > > > This last line seems funny. Shouldnt it be something like > > console="tty0" > > console="ttyS2,115200n8" > > no, it's a variable.. so it would first set > console=tty0 > > then re-set it as: > console=ttyS2,115200n8 > > After u-boot loads and processes uEnv.txt, it would passing this to the > kernel.. > > console=tty0 console=ttyS2,115200n8 > > Regards, > > -- > Robert Nelson > http://www.rcn-ee.com/ > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/ETjCNqwR9MM/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
