Re: Newbie looking to figure out how to do a port!
[email protected] (Peter Seebach) Fri, 17 Feb 2006 10:17:34 -0600
| Newsgroups | gmane.os.netbsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, Jachym Holecek writes: >For your redboot-based board, you can probably kill this code >and further, if you find out RB actually passes some interesting >information down to the OS, you would write support for that from >scratch (well -- that's what I'd do). Yeah, it looks like that's what I have to do. The 405 apparently requires the OS to configure a number of things (for instance, to guess what MAC address the ethernet controller has), and this is normally done through information passed in from openbios or RedBoot. I've gotten as far as "root device?". Now to build a kernel with support for NFS root, and a complete userland for it. I still have some holes (no clue what to do with the gpio to get control over the LEDs), but I'm able to bring the system up and detect attached devices. -s