From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Wozniak Date: Thu, 12 Aug 2004 14:46:49 -0400 Subject: [U-Boot-Users] what exactly is netconsole Message-ID: <411BBB19.4060800@mc.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, A recent post mentions that U-Boot now has netconsole features, at least on the ocotea PPC440 board. What type of functionality does this provide? I did find, on the web, that netconsole is UDP based at is typically used as a networked console for kernel debugging. Does this imply a "one-way" output connection only or does it allow a remote connection into the target - similar to telnet. Our project requires remote network access to U-Boot because the deployed the system will not include a serial port. -andy