From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Walle Date: Tue, 3 Jan 2012 21:43:05 +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: <201201032143.05515.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? yeah that should be possible. another idea by Mario Fetka is to load a resuce environment from an usb storage. i don't know if that is easy to achieve. Maybe someone knows a board which does sth similar? or maybe sth like windows autostart, that is if there is some special file on the storage run it as a script. -- michael