2010-04-29 02:43:25 uClinux-Console using netcat (nc)
Patrick Hotz (GERMANY)
Message: 89004
Hi,
a few days ago i have found a very good function in the u-boot which uses the netcat (nc) protocoll to send the stdin and stdout to my pc.
My question is following: Is there a function in uClinux which is using the same way (nc) to send the "console" to my pc?
Thanks,
Patrick
TranslateQuoteReplyEditDelete
2010-04-29 03:05:42 Re: uClinux-Console using netcat (nc)
Mike Frysinger (UNITED STATES)
Message: 89006
please search/read the documentation:
docs.blackfin.uclinux.org/doku.php?id=linux-kernel:netconsole
QuoteReplyEditDelete
2010-05-11 06:28:21 Re: uClinux-Console using netcat (nc)
Patrick Hotz (GERMANY)
Message: 89320
Hi,
i have currently running the netconsole as build in and this seems to be working.
This is my bootarg: "netconsole=6665@192.168.10.226/eth0,6666@192.168.10.224/" (226 is my device / 224 is my PC)
If i boot the device i can see the boot-printouts but the outputs from the rc-script and the "normal" console is nothing...
Also if i want to write someting to my remote-console there is nothing happening...
I use "netcat -u -l -p 6666" on my PC.
Is there any trick i can try?
TranslateQuoteReplyEditDelete
2010-05-11 13:32:57 Re: uClinux-Console using netcat (nc)
Mike Frysinger (UNITED STATES)
Message: 89321
please read the documentation i already pointed you to. the very first intro paragraph cleary explains this behavior.