Yocto Linux running on the EDSC-2012 ZLG board doesn't output booting messages to the serial by default.
We can pass such kernel parameters to the kernel "earlyprintk=serial,0xE070,115200,keep
console=tty0 console=ttyPCH0 ignore_loglevel (e.g., passing this to the syslinux loader -- this needs to modify the "APPEND ..." line inthe syslinux.cfg file) to enable the serial to output the messages.
This can be useful for debugging kernel module, too.



