David Francheski | 3 Jun 2002 20:35

How to boot netBSD on the Intel IQ80321 board ...

Hello,

 

I’m in the process of booting Jason Thorpe’s netBSD implementation on Intel’s IQ80321 eval board.

Intel’s IQ80321 ships with the RedBoot boot monitor, but Intel only claims support for VxWorks,

BlueCat Linux, and eCOS.  

 

Can anybody help me with how to boot using netBSD?

I’m not that familiar with RedBoot (perhaps it’s a simple matter).

 

Thanks for your any and all help,

Dave Francheski

Caymas Systems

davidf <at> caymas.com

 

 

 

Kevin Lo | 4 Jun 2002 14:12

Re: How to boot netBSD on the Intel IQ80321 board ...

David Francheski wrote:

> Hello,
>
> I'm in the process of booting Jason Thorpe's netBSD implementation on 
> Intel's IQ80321 eval board.
>
> Intel's IQ80321 ships with the RedBoot boot monitor, but Intel only 
> claims support for VxWorks,
>
> BlueCat Linux, and eCOS.
>
> Can anybody help me with how to boot using netBSD?
>
> I'm not that familiar with RedBoot (perhaps it's a simple matter).
>
You would refer to
http://sources.redhat.com/ecos/docs-latest/redboot/installation-and-testing.html#IQ80310

> Thanks for your any and all help,
>
> Dave Francheski
>
> Caymas Systems
>
> davidf <at> caymas.com <mailto:davidf <at> caymas.com>
>
- Kevin

>

Hiroyuki Bessho | 5 Jun 2002 07:14
Picon

Re: How to boot netBSD on the Intel IQ80321 board ...

"David Francheski" <davidf <at> caymas.com> writes:

> Can anybody help me with how to boot using netBSD?
>
> I~m not that familiar with RedBoot (perhaps it~s a simple matter).
>

  I don't have particular experience with IQ80321, but redboot should
work in the same way.

  If you download the binary over serial line, type

   RedBoot> load -m x -r -b 0xa0200000

then, start xmodem to transmit kernel binary. and type

   RedBoot> go 0xa0200000

to start NetBSD.

You can download gzipped binary for speed with -d option.

Also, you can download via TFTP if your redboot supports network.

   RedBoot> load -m tftp -r -b 0xa0200000 -d netbsd.bin.gz

You need to setup DHCP or BOOTP server and TFTP server for this to work.
Please refer to http://www.netbsd.org/Documentation/network/netboot/

For redboot's commands, see
http://sources.redhat.com/ecos/docs-latest/redboot/redboot.html

I hope this helps.

--
bsh.

James Taylor | 5 Jun 2002 20:53
Picon
Favicon

acorn 4000/2mb ram

ey i should have sent this to port-arm26, but seeing as thats an 'invalid'
mailing list, i thought i should send it here.
the last time i looked at netbsd/acorn26, it was still arm26 - and i
wondered if the functionality for 4mb machines
had been completed.

would there ever be a 2mb port?
;p

logik.

Ben Harris | 5 Jun 2002 23:44
Picon

Re: acorn 4000/2mb ram

On Thu, 6 Jun 2002, James Taylor wrote:

> ey i should have sent this to port-arm26, but seeing as thats an 'invalid'
> mailing list, i thought i should send it here.
> the last time i looked at netbsd/acorn26, it was still arm26 - and i
> wondered if the functionality for 4mb machines
> had been completed.

Not really.  I believe people have managed to get a useful single-user
shell, but it took a fair amount of work.

> would there ever be a 2mb port?

It's not quite as big a step as you might expect, since a 2 MB machine
will have smaller pages.  It's still very unlikely.

--

-- 
Ben Harris                                                   <bjh21 <at> netbsd.org>
Portmaster, NetBSD/acorn26           <URL:http://www.netbsd.org/Ports/acorn26/>

James Taylor | 6 Jun 2002 07:33
Picon
Favicon

additional

nearly forgot,

are any of the netbsd users in australia able to sell me 4 x 512k dip style
ram chips?
and also - what is the maximum throughput of the rockwell 6551 acia chip?

logik

Ben Harris | 6 Jun 2002 12:15
Picon

Re: additional

On Thu, 6 Jun 2002, James Taylor wrote:

> and also - what is the maximum throughput of the rockwell 6551 acia chip?

I think its baud rate can go up to 19200, but I haven't got the data sheet
to hand right now.

[ Yes, yes, yes, I'll write a driver for it one day... ]

--

-- 
Ben Harris                                                   <bjh21 <at> netbsd.org>
Portmaster, NetBSD/acorn26           <URL:http://www.netbsd.org/Ports/acorn26/>

John Clark | 5 Jun 2002 21:50
Favicon

Re: How to boot netBSD on the Intel IQ80321 board ...


Am Montag den, 3. Juni 2002, um 11:35, schrieb David Francheski:

> Hello,
>
>  
>
> I’m in the process of booting Jason Thorpe’s netBSD implementation on 
> Intel’s IQ80321 eval board.
>
> Intel’s IQ80321 ships with the RedBoot boot monitor, but Intel only 
> claims support for VxWorks,
>
> BlueCat Linux, and eCOS

The predecessor iq80310, and I presume the 321 is no different here, 
supports BOOTP style
booting. A more manual way would be to use the Redboot load command, 
with the
TFTP option.

In either case, you need to have a NFS server with the root hierarchy 
setup on some machine.
I have a NetBSD-x86 machine setup to act as the NFS server. My DHCP 
server points the
booting machine to this NFS server.

The Redboot command for loading is something on the order of:

load -r -b 0xa0200000 -m TFTP netbsd-nfs

Then:

go 0xa0200000

(You need to check to see what the exact name of the binary is and place
that in the tftpboot directory.)

Gavan Fantom | 6 Jun 2002 23:02
Gravatar

Re: acorn 4000/2mb ram

On Wed, 5 Jun 2002, Ben Harris wrote:

> Not really.  I believe people have managed to get a useful single-user
> shell, but it took a fair amount of work.

My A3020 will never feel the same again :)

Seriously though, a 4 MB acorn26 machine is not fast. Mine took 45 minutes
to boot to a login prompt. OK that was with root and swap on NFS, but
still.

> > would there ever be a 2mb port?
>
> It's not quite as big a step as you might expect, since a 2 MB machine
> will have smaller pages.  It's still very unlikely.

Man, that would be painful.

--

-- 
Gillette - the best a man can forget

Ben Harris | 6 Jun 2002 23:20
Picon

Re: additional

On Thu, 6 Jun 2002, James Taylor wrote:

> and also - what is the maximum throughput of the rockwell 6551 acia chip?

Now that I've got the data sheet in my hand, I think I can answer that.

The maximum clock rate specified for both receiver and transmitter is
2.5 MHz.  This gives a data rate of 156250 bit/s.

If you're only interested in the chip as installed in the Archimedes, then
you're stuck with the standard 1.8432 MHz crystal, which gets you
115200 bit/s.

Of course, I've not actually tested any of this.

--

-- 
Ben Harris                                                   <bjh21 <at> netbsd.org>
Portmaster, NetBSD/acorn26           <URL:http://www.netbsd.org/Ports/acorn26/>


Gmane