chosen {
bootargs = "console=ttyUL0,115200 highres=on";
linux,stdout-path = "/plb@0/serial@84000000";
} ;
1.6.2 /chosen
/chosen
节点应当用作根节点的孩子节点,有以下可选属性:
- bootargs
- stdout-path
- stdin-path
顾名思义,该节点可以指定启动参数、标准输出和标准输入,一个例子如下:
/ {
......
chosen {
bootargs = "root=/dev/nfs rw nfsroot=192.168.1.1 console=ttyS0,115200";
};
......
};
标签:1.6,stdout,chosen,path,节点,bootargs
From: https://www.cnblogs.com/hshy/p/17029332.html