Hi Titus,
When compiles inside kernel, I see nothing in host.
When compiled as module I'm doing:
target> modprobe netconsole netconsole="@/,@10.0.0.1/"
and then start netcat from ubuntu:
-dvr-rdk$ nc -l -u 6666
netconsole: local port 6665
netconsole: local IP 0.0.0.0
netconsole: interface 'eth0'
netconsole: remote port 6666
netconsole: remote IP 10.0.0.1
netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
netconsole: local IP 10.0.0.2
ubuntu@ubuntu-laptop:~/dvrrdk/DVRRDK_04.01.00.02/ti_tools/linux_lsp/kernel/linux
the netconsole existed without printing anything mode...
Is it related to problem in netcat of ubuntu ?
Thanks,
Ran