Red Hat Docs > Manuals > EDK Manuals > |
You must use a specific Ethernet address appropriate to your target when accessing the target over a network.
For an x 86 target, see Find an x86 Ethernet Address.
For a PowerPC target, see Find a PowerPC Ethernet Address.
To find an Ethernet address for an x 86 target (if the address is not on a sticker on the target board), use Tom's Single Floppy Linux distribution.
cd /tmp
tar -xzvf tomsrtbt-1.7.185.tar.gz
cd tomsrtbt-1.7.185
./install.s
Your system will then provide the following output:
Insert a blank writable 3.5" floppy diskette then strike ENTER.
About to fdformat /dev/fd0u1722
Double-sided, 82 tracks, 21 sec/track. Total capacity 1722 kB.
Formatting ... done
...
About to verify floppy image
Succeeded!
You should see something like the following output1.
eth0: 3Com 3c589, io 0x300, irq 3, hw_addr 00:00:86:1B:AA:9AFollowing the "hw_addr" output is the Ethernet address (in ##:##:##:##:##:## format), which is the value for target-ethernet-address in Network information.
Write down the Ethernet address. You may also want to write down the io address and the irq number, in case you need them to create a bootROM.
To find an Ethernet address for accessing a PowerPC target if the address is not on the target board (see MBX board for location), use the following procedure.
If you don't have the Ethernet address for Setting up the PowerPC Target, use the NIOT command; see Troubleshooting boot problems with a PowerPC target.
1. If you do not see something like the output, ensure that your network card is one of the cards we support; see System Requirements. Return to top.