From mboxrd@z Thu Jan 1 00:00:00 1970 From: U.Mutlu Date: Tue, 9 Apr 2019 20:05:19 +0200 Subject: [U-Boot] Automatic starting of netconsole at boot In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I think there is a bug in netconsole of u-boot: about every 8 seconds it pauses for about another 8 seconds. Ie. some of the pressed keys on the netconsole host get struck (gets lost), after a while it continues. Happens with "tools/netconsole" as well with "nc -u -l -p 6666". This can also be seen from another terminal when pinging the device: every a while (~ every 8 seconds) the output of ping pauses for about 8 seconds...