[Open-graphics] bootstrapping the video mode

Richard Smith smithbone at gmail.com
Tue Aug 1 08:39:30 EDT 2006


On 7/31/06, Dieter <netbsd at sopwith.solgatos.com> wrote:

> > What precisely do you think you're going to do with the RS232 on there
> > anyhow?
>
> > We're not going to add a microcontroller to the board.  Do
> > you expect BIOS code to take over and present a configuration tool via
> > serial?
>
> I was thinking the configuration tool would be a Unix utility?
>

He's talking OGC side of the equation.  You have to have something to
respond to your rs-232 commands.  The board on bootup would have
almost zero smarts.  So board wise the serial commands just end up in
a RX register.  You have to have code that reads those commands and
does somthing.

I supose that with a proper linux driver (which if it was a 16550
would be really easy to write) then you could drop a serial console on
the port and have access to your linux system.  From there run a
config utility that would set stuff up.

That sound feasable?

-- 
Richard A. Smith


More information about the Open-graphics mailing list