On Wed, Oct 22, 2014 at 3:46 PM, Paulo Sherring
<pauloasherr...@gmail.com> 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 the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to