Re: vadem clio 1050 installer cannot find device to install onto
Matthew Orgass <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.hpcmips |
|---|---|
| Message-ID | <[email protected]> |
On 2007-05-05 [email protected] wrote: > I have dug through the archives but cannot find an (easy) way to get > this working. > The vadem clio 1050 does run the netbsd 3.1 installer via pbsdboot, but > the installer cannot find the (other or same ) cf-card to install onto, nor > can the installer find the 3com pcmcia card to do a net install. 4.0_BETA should work (in the NetBSD-daily/netbsd-4 directory). > If the soulution is to compile myself, then please point me to a > feasible howto if that exists. It should be easy if you have just about any unix-like system available. The build.sh script builds the cross compile tools. Start with: ./build.sh -O /lfs/mobj -D /lfs/mdest -T /lfs/tools -m hpcmips tools kernel=VR41XX You can use -u when building kernels to avoid rebuilding the whole thing, but this seems to fail often when updating tools (which isn't necessary that often anyway). "Tracking NetBSD-current" under "How to get NetBSD" has basic info on CVS (use -r NetBSD-4 to track the release). -current sources are broken currently for VR systems and need the patch in port-hpcmips/36249, also at: http://www.city-net.com/~darkstar/netbsd/vr_idle.diff Matthew Orgass [email protected]