From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Mock Date: Wed, 23 Aug 2006 08:23:57 -0700 Subject: [U-Boot-Users] Submitting Patch at sourceforge fails In-Reply-To: <44EC6E42.5060105@schweigstill.de> References: <20060822202630.9EAAA353A61@atlas.denx.de> <44EC6E42.5060105@schweigstill.de> Message-ID: <44EC730D.3070800@mock.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andreas Schweigstill wrote: > > Wolfgang Denk schrieb: >>> raw-at91 is a tool which automates console input, admittedly in a stupid >>> way,and relies on minicom. >> OK, then I will not accept it. I hate minicom, and I'm actively >> blackballing it ;-) > > I also find it very important to support minicom on Linux systems > because it is the default terminal program in many Linux distributions. > And it is not true that the usage of sx-at91 would be restricted only > to minicom; minicom itself doesn't contain transfer programs for X-, > Y- and Z-MODEM; instead it uses the external programs from the rzsz > package. A proper solution would be fixing the rzsz's sx program so it > doesn't cause X-MODEM protocol errors for the AT91 implementation. > Even M$ Hyperterminal behaves correctly. > > With best regards > Andreas > I've recently become a fan of serproxy. Serproxy is a daemon that acts as a telnet proxy from a TCP port to a serial port on a linux box. This abstracts the serial port on my lab linux machine to be a network device that I can connect to from anyplace. It opens up a lot of nice possibilities and I don't have to deal with the indignities of minicom. jeff