[Nottingham] Preventing console starting on embedded arm-linux setup

Paul Sladen notlug at paul.sladen.org
Thu Apr 1 19:31:38 BST 2004


On Thu, 1 Apr 2004, Simon Huggins wrote:
> On Thu, Apr 01, 2004 at 04:22:55PM +0100, Paul Sladen wrote:
> > On Thu, 1 Apr 2004, Ant Allen wrote:
> >   $ ./my-application 2>&1 > /dev/ttyS0
> [huggie at bounce ~]$ rm file && id error >file 2>&1

Indeed;  Huggie wins again.  If you wanted to log the output to somewhere
useful aswell, you can do:

  $ ./my-application 2>&1 | tee -a my-application.log > /dev/ttyS0

	-Paul
-- 
Is there no safe way to travel?  London, GB





More information about the Nottingham mailing list