71.0.0.208 umeteor # IP address for LSI uMeteor board
PMON> set ipaddr 71.0.0.208
Note: It is no longer necessary to manually set the arp table, because the Monitor now responds to arp requests from the host.
PMON> set etheraddr aa:bb:cc:00:00:01
PMON> set hostport ethernet
PMON> set nvram
| PMON> load | Prepare for download. |
| % tftp umeteor | Invoke tftp for umeteor system. |
| tftp> put game.rec | Send file game.rec to umeteor. |
| tftp> quit | Exit to shell. |
The transfer rate is approximately 134 Kbytes/second.
| PMON> load -B | Use binary format for tftp transfer. |
| % tftp umeteor | Invoke tftp for umeteor system. |
| tftp> mode binary | Put tftp in binary mode to prevent it from translating "\n" to "\r\n". |
| tftp> put foobar 80040000 | Send foobar to umeteor starting at address. |
| tftp> quit | Exit to shell. |
The transfer rate for binary files is approximately l50 Kbytes/second.
Because the Monitor uses only the UDP protocol, you must use tftp's put command for downloading; the tftp get command is not supported. Note that we used PMON for this example, but the procedure is exactly the same for the SerialICE Monitor.
71.0.0.208 umeteor
71.0.0.214 ctx1 loghost
The keyword 'loghost' must be used to indicate which line contains the
name of your host. If you are not using Microsoft's TCP/IP
package, please refer to the vendor's documentation for the location of
the HOSTS file.
PMON> set ipaddr 71.0.0.208
PMON> set etheraddr aa:bb:cc:00:00:01
PMON> set hostport ethernet
PMON> set nvram
| PMON> load | Prepare for download. | Send file game.rec to umeteor. |
The transfer rate is approximately 134 Kbytes/second.