
14 Sep
2008
14 Sep
'08
1:30 p.m.
Hi All,
I am using u-boot-1.2.0.I want to boot U-boot and Linux Kernel silently ie. with no much print on the serial console. For that to happen I tried to recompile the u-boot source with CONFIG_SILENT_CONSOLE and set the silent environment variable using "setenv silent 1" and "saveenv". But when I boot my kernel it still throws the same ammount of prints on the console. I don't want to disable the console completely by not passing console argument to my kernel. Kindly help me on this.
Regards Rajeev Bansal.