Re: Which is better to specify console, "console= " or "stdout-path" ?

2015-10-28 Thread Peter Hurley
Hi Masahiro, On 10/22/2015 12:20 AM, Masahiro Yamada wrote: > 2015-10-22 1:26 GMT+09:00 Peter Hurley : >> On 10/21/2015 11:38 AM, Masahiro Yamada wrote: >>> 2015-10-21 21:46 GMT+09:00 Peter Hurley : On 10/21/2015 04:58 AM, Sudeep Holla wrote: > On 21/10/15 06:09, Masahiro Yamada wrote: >>

Re: Which is better to specify console, "console= " or "stdout-path" ?

2015-10-21 Thread Masahiro Yamada
Hi Peter, 2015-10-22 1:26 GMT+09:00 Peter Hurley : > On 10/21/2015 11:38 AM, Masahiro Yamada wrote: >> Hi Peter. >> >> 2015-10-21 21:46 GMT+09:00 Peter Hurley : >>> On 10/21/2015 04:58 AM, Sudeep Holla wrote: On 21/10/15 06:09, Masahiro Yamada wrote: > I think there exist two ways to spec

Re: Which is better to specify console, "console= " or "stdout-path" ?

2015-10-21 Thread Peter Hurley
On 10/21/2015 11:38 AM, Masahiro Yamada wrote: > Hi Peter. > > 2015-10-21 21:46 GMT+09:00 Peter Hurley : >> On 10/21/2015 04:58 AM, Sudeep Holla wrote: >>> On 21/10/15 06:09, Masahiro Yamada wrote: I think there exist two ways to specify the console port and baudrate. [1] Speci

Re: Which is better to specify console, "console= " or "stdout-path" ?

2015-10-21 Thread Masahiro Yamada
Hi Peter. 2015-10-21 21:46 GMT+09:00 Peter Hurley : > On 10/21/2015 04:58 AM, Sudeep Holla wrote: >> On 21/10/15 06:09, Masahiro Yamada wrote: >>> I think there exist two ways to specify the console port and baudrate. >>> >>> >>> [1] Specify console in bootargs >>> >>>chosen { >>> boo

Re: Which is better to specify console, "console= " or "stdout-path" ?

2015-10-21 Thread Sudeep Holla
On 21/10/15 14:02, Peter Hurley wrote: On 10/21/2015 08:54 AM, Sudeep Holla wrote: On 21/10/15 13:46, Peter Hurley wrote: [..] Be aware that options specified via /chosen/stdout-path are currently ignored by earlycon. There were some hiccups getting the initial support upstream; when 4.4 h

Re: Which is better to specify console, "console= " or "stdout-path" ?

2015-10-21 Thread Peter Hurley
On 10/21/2015 08:54 AM, Sudeep Holla wrote: > > > On 21/10/15 13:46, Peter Hurley wrote: >> On 10/21/2015 04:58 AM, Sudeep Holla wrote: >>> On 21/10/15 06:09, Masahiro Yamada wrote: I think there exist two ways to specify the console port and baudrate. [1] Specify console in b

Re: Which is better to specify console, "console= " or "stdout-path" ?

2015-10-21 Thread Sudeep Holla
On 21/10/15 13:46, Peter Hurley wrote: On 10/21/2015 04:58 AM, Sudeep Holla wrote: On 21/10/15 06:09, Masahiro Yamada wrote: I think there exist two ways to specify the console port and baudrate. [1] Specify console in bootargs chosen { bootargs = "console=ttyS0,115200";

Re: Which is better to specify console, "console= " or "stdout-path" ?

2015-10-21 Thread Peter Hurley
On 10/21/2015 04:58 AM, Sudeep Holla wrote: > On 21/10/15 06:09, Masahiro Yamada wrote: >> I think there exist two ways to specify the console port and baudrate. >> >> >> [1] Specify console in bootargs >> >>chosen { >> bootargs = "console=ttyS0,115200"; >>}; >> >> >> [2] Specify s

Re: Which is better to specify console, "console= " or "stdout-path" ?

2015-10-21 Thread Sudeep Holla
On 21/10/15 06:09, Masahiro Yamada wrote: Hi. I think there exist two ways to specify the console port and baudrate. [1] Specify console in bootargs chosen { bootargs = "console=ttyS0,115200"; }; [2] Specify stdout-path chosen { stdout-path = "serial0:115200

Re: Which is better to specify console, "console= " or "stdout-path" ?

2015-10-21 Thread Arnd Bergmann
On Wednesday 21 October 2015 14:09:42 Masahiro Yamada wrote: > > I think there exist two ways to specify the console port and baudrate. > > > [1] Specify console in bootargs > > chosen { > bootargs = "console=ttyS0,115200"; > }; > > > [2] Specify stdout-path > >chosen { >

Which is better to specify console, "console= " or "stdout-path" ?

2015-10-20 Thread Masahiro Yamada
Hi. I think there exist two ways to specify the console port and baudrate. [1] Specify console in bootargs chosen { bootargs = "console=ttyS0,115200"; }; [2] Specify stdout-path chosen { stdout-path = "serial0:115200n8"; }; Now I have both in my DTS, but it is