Hi,
Thank you for you comments.
On 2019/02/18 21:09, Arnd Bergmann wrote:
On Fri, Feb 8, 2019 at 1:28 PM Sugaya Taichi
<sugaya.taichi@xxxxxxxxxxxxx> wrote:
+
+ aliases {
+ serial1 = &uart1;
+ };
Maybe start with serial0 here? It seems unusual to start
counting at 1.
The M10V evaluation board(EVB) uses a console with uart ch1, so this
alias number is derived from the used channel one.
Therefore it is no problem to change the alias number to 0.
+ chosen {
+ bootargs = "init=/sbin/finit rootwait earlycon";
The /sbin/finit argument seems user space specific, so you probably don't
want this in the dts file but rather pass it from the boot loader.
Possible drop the bootargs entirely.
Okay, remove the arg from the dts and add to bootargs instead.
Thanks,
Sugaya Taichi
Arnd