In article <
CIadnWSmitntkvnM...@giganews.com>, Robert Heller <
hel...@deepsoft.com> wrote:
> At Tue, 9 Apr 2013 11:22:46 +0000 (UTC)
Avoi...@gmail.com wrote:
>
> >
> > In olden times they booted via a teletypewriter.
> >
> > So if you wanted to setup your system to do so now, could
> > you write a script or make a setting to logon by paper-tty
> > OR normal VGA/keybrd, depending which keybrd replied first.
> > Or even better: both, like 2 mice can both talk.
> >
> > THEN how would you extend that to:
> > boot with stdOut being a existsing routine that writes to the
> > parallel-port ?
> >
> > Perhaps it's set in initab?
> > And then how do you redirect stdOut to your par-port routine?
>
> Lilo and the kernel itself both support serial port console and can be
> set to talk to a serial port *instead* of (or in addition to) the VGA
> display/keyboard (see: Kernel documenation file named
> 'serial-console.txt'). Grub can also use a serial port console -- see
> 'info grub' for details. Model 33 teletypes (with paper-tape
> punches/readers) actually used EIA current-loop, but it is trivial to
> convert EIA current-loop to RS232 and thus connect a Model 33 teletype
> to a serial port (at 110 BAUD). I don't know if 'modern' [glass]
> terminals are available with paper-tape punches/readers -- they *might*
> exist. Unfortunately, many/most 'modern' PC motherboards lack RS232
> *serial* ports, although PCI serial port cards are available and are
> supported by Linux out-of-the-box, as are USB <=> RS232 devices.
>
OK, thanks.
Although I'm from an embedded background, I want to work at
the highest/most-superficial level.
I don't want to touch/know LILO and not even grub.
*nix's ability to redirect and filter data-streams fascinates me.
So, let the system talk as it was originally setup, and then just
redirect or Tee the output to my unusual destination.
The full requirement is to have a rPi [creditcard sized ARM
(not 86x based) computer] display on the most primitive
linux-PC. I.e. which has a parallel port. The serial-port
would need extra hardware.
AFAIK, at any stage you can redirect StdOut to any
device. So can't I boot the rPi 'blind' and then call
a script to `talk out via the driver that I've made
for a type of par-port`?
== TIA.