Hello,
SDK: ti-processor-sdk-linux-am335x-evm-05.03.00.07.
I want to have more debug ouputs in the console window during the Linux kernel booting so that I can trace for example MMC driver loading process.
Added some printk() into the kernel, for example printk("this function is called \n"). After successful compiling and loading the kernel unfortunately I can't see the
exptected output message "this function is called" in the console window.
I also tried
echo 8 > /proc/sys/kernel/printk
dmesg
after login but the same results.
Is there any configuration missing in .config file?
I also see brcmf_dbg() in kernel files, how can I activate it?
Thanks
Xi
