From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Walle Date: Sun, 8 Jan 2012 20:05:24 +0100 Subject: [U-Boot] [PATCH] lsxl: add support for lschlv2 and lsxhl In-Reply-To: <20120103144609.4F5D6183AA32@gemini.denx.de> References: <1325545909-17678-1-git-send-email-michael@walle.cc> <20120103144609.4F5D6183AA32@gemini.denx.de> Message-ID: <201201082005.24034.michael@walle.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Dienstag 03 Januar 2012, 15:46:09 schrieb Wolfgang Denk: > Dear Michael, > > In message you wrote: > > The linkstations don't have a (populated) serial port. There is no way to > > access an unmodified board other than using the netconsole. If you want > > to recover from a bad environment setting or an empty environment, you > > can do this only with a working network connection. > > I understand they have USB? Can we use console over USB instead? Mh, they have an USB host controller. I had a quick look at the usbtty driver and they only support usb gadgets. So i don't think we can use console over USB. (I thought it would be possible to plug in a USB-to-Serial adapter and use this serial port as a console then.) -- Michael