![]() |
Development.PortingUpslug2 HistoryHide minor edits - Show changes to markup September 05, 2005, at 02:38 AM
by -- Stuff about porting upslug2
Changed lines 25-61 from:
Try it. It may work. If it builds try the commmand to:
Try it. It may work. If it builds try the commmand When it doesn't workMake sure that there is some way on your chosen operating system of sending a raw ethernet packet with an arbitrary (effectively user defined) protocol. If there isn't you can't use the machine running the hardware to upgrade an NSLU2 - you must be able to send and receive ethernet packets with fixed MAC addresses and protocol 0x8888. If Security problemsTry removing the On sensible operating systems security is configured using capabilities (or privileges or whatever the OS implementors chose to call them). Then you simply add the ethernet device access capability. For testing purposes it is fine to add more capabilities than you need, but there are security implications in installing
Packet problemsMost likely you will need to re-implement Use Examine the Building a GUIBuilding a GUI interface for Simply replace The The progress bar can, initially, be left out by commenting out the The remainder of Thankyou for volunteering. September 05, 2005, at 02:01 AM
by -- Clarified the packet river problem.
Changed line 18 from:
to:
September 05, 2005, at 01:59 AM
by -- Initial porting page for upslug2
Added lines 1-25:
UpSlug2? is designed to be portable. Alas, forwhat_wire.cc
At present there are two implementations. The basic requirements of
So far as I can see it is not necessary to understand what OSI layer 2 is - certainly I don't. It is sufficient to understand that the aim is to generate an IEEE 802 (ethernet) packet with the following properties:
Even this level of understanding is not necessary - the Getting startedTry it. It may work. If it builds try the commmand |