<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Stuart Henderson wrote:
<blockquote cite="mid20060823140254.GA18572@zeyk.spacehopper.org"
 type="cite">
  <pre wrap="">On 2006/08/23 15:35, Rickard Dahlstrand wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">All of the tty (/etc/ttys, /flash/etc/ttys, /flash/conf/etc/ttys) are
saying 38400 and there is no boot.conf.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
See if boot.conf (and using OS serial-console rather than
BIOS redirection) helps -
(echo "stty com0 38400"; echo "set tty com0") &gt; /flash/etc/boot.conf

/flash/etc/ttys is unused; the boot loader looks there for
boot.conf but that's it. Other parts of the system use the files
in the ramdisk-image ($FLASHBOOT/initial-conf/$FOO when making
the flashboot kernel), or after a certain point in /etc/rc the
files copied from /flash/conf or untarred from *.tgz files.
  </pre>
</blockquote>
Yup, that did the trick.<br>
<br>
Thanks Stuart.<br>
</body>
</html>