diff options
author | wdenk <wdenk> | 2004-12-10 11:40:40 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-10 11:40:40 +0000 |
commit | 25d6712a81b31fc5e4c4bddd81e9aaddb84e23be (patch) | |
tree | f7288050682512d5ba263ce1ff565d6225976402 /doc | |
parent | ed54e6212518262d27abe5e6de3c608d5ebceafb (diff) | |
download | u-boot-imx-25d6712a81b31fc5e4c4bddd81e9aaddb84e23be.zip u-boot-imx-25d6712a81b31fc5e4c4bddd81e9aaddb84e23be.tar.gz u-boot-imx-25d6712a81b31fc5e4c4bddd81e9aaddb84e23be.tar.bz2 |
* Clean up CMC PU2 flash driver
* Update MAINTAINERS file
* Fix bug in MPC823 LCD driver
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.NetConsole | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/README.NetConsole b/doc/README.NetConsole index aa13627..3a57293 100644 --- a/doc/README.NetConsole +++ b/doc/README.NetConsole @@ -25,7 +25,7 @@ nc -u ${TARGET_IP} 6666 stty icanon echo intr ^C +++++++++++++++++++++++++++++++++++++++++++ -It turned out that 'netcat' couldn't be used to listen to broadcast +It turns out that 'netcat' cannot be used to listen to broadcast packets. We developed our own tool 'ncb' (see tools directory) that listens to broadcast packets on a given port and dumps them to the standard output. use it as follows: @@ -87,3 +87,6 @@ To browse the Linux network console output, use the 'netcat' tool invoked as follows: nc -u -l -p 6666 + +Note that unlike the U-Boot implementation the Linux netconsole is +unidirectional, i. e. you have console output only in Linux. |