Groups | Search | Server Info | Login | Register
Groups > comp.sys.transputer > #35
| From | "Mike B." <michael_bruestle@yahoo.com> |
|---|---|
| Newsgroups | comp.sys.transputer |
| Subject | Re: B407 ethernet board on Helios |
| Date | 2011-08-30 06:24 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <53a4395d-9d05-42ae-b169-a732e27183df@q2g2000vbz.googlegroups.com> (permalink) |
| References | <83bfe63e-3f30-49c2-8f9b-9e0e4737a763@s2g2000vby.googlegroups.com> <02b986d3-be90-4d20-9513-d57c63417135@s12g2000yqm.googlegroups.com> <edda6635-034a-4633-b12c-0db9fbebd6ce@o26g2000vbi.googlegroups.com> <73f8fa92-b43d-423b-92bc-a56af8325c87@dp9g2000vbb.googlegroups.com> <c6bd9689-cf7f-4d6a-9559-d0ef42cb10c6@h17g2000vbz.googlegroups.com> |
To summarize for all other:
run -e /helios/lib/tcpip tcpip helios 192.168.1.129 -e in-ether
The parameter after -e is the device name in the device info file /
helios/etc/devinfo.
The device info source file (which must be compiled) looks like:
netdevice in-ether
{
device in-ether.d # name of driver code in /helios/
lib
controller 1 # link to B407
address 12.34.56.78.90.12 # ethernet address
}
where "device" specifies the driver file. This binary (concurrent with
tcpip) will be executed on a 32bit transputer and load the /helios/lib/
b407.b2h firmware down the link number ("controller") to the B407.
The T2 from the B407 is not part of the map file.
Don't forget to compile devinfo.src and choose a unique ethernet
"address".
-Mike
Duncan - please correct me if I missed something or confuse the issue.
Back to comp.sys.transputer | Previous | Next — Previous in thread | Next in thread | Find similar
B407 ethernet board on Helios duncan <carlier.damien@gmail.com> - 2011-08-29 12:28 -0700
Re: B407 ethernet board on Helios "Mike B." <michael_bruestle@yahoo.com> - 2011-08-30 03:45 -0700
Re: B407 ethernet board on Helios "Mike B." <michael_bruestle@yahoo.com> - 2011-08-30 04:26 -0700
Re: B407 ethernet board on Helios duncan <carlier.damien@gmail.com> - 2011-08-30 05:38 -0700
Re: B407 ethernet board on Helios "Mike B." <michael_bruestle@yahoo.com> - 2011-08-30 04:38 -0700
Re: B407 ethernet board on Helios duncan <carlier.damien@gmail.com> - 2011-08-30 05:46 -0700
Re: B407 ethernet board on Helios "Mike B." <michael_bruestle@yahoo.com> - 2011-08-30 06:24 -0700
Re: B407 ethernet board on Helios duncan <carlier.damien@gmail.com> - 2011-08-30 09:00 -0700
csiph-web