Re: Pegasos PCI-bus scan works
Jochen Kunz <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.ofppc |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 01 Nov 2007 19:56:31 +0100 Frank Wille <[email protected]> wrote: > > or are you booting via ofwboot? > To be honest, I don't even know how to do that, or how to build > ofwboot. Run build.sh like this: ./build.sh -m ofppc -D /usr/src/current/destdir/ofppc \ -O /usr/src/current/objdir/ofppc -T /usr/src/current/tooldir \ -R /usr/src/current/releasedir -U tools then run cd /usr/src/current/src/sys/arch/ofppc/stand/ /usr/src/current/tooldir/bin/nbmake-ofppc Maybe "make" is not enough and you need to run the target sequence "clean", "objdir", "dependall" by hand. Or, as Tim sugested, just build a full release. Once you have ofwboot put it in the place where you have the kernel at the moment. The formware will load it via TFTP. ofwboot then does DHCP to determine boot parameters. It asks for a root-directory, then it NFS-mounts this and loads the file "netbsd" in that directory. Quite simple. -- tschüß, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/