i am new to embedded linux development environment. I am trying to generate the device tree file for Zedboard(Zync Series SoC from Xilinx) and encountered the following line in the .dts file:
chosen {
bootargs = "console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext2 rootwait devtmpfs.mount=0 consoleblank=0";
linux,stdout-path = "/amba@0/serial@e0001000";
} ;
What is each parameter doing here?