Dreamcast ™ wrote:
You have to manually add the MAC address shown when DC-LOAD-IP starts to your PC's address resolution table.
To do this, you can either add this to a batch file or manually type it into the command console:
Code:
ARP -s 0.0.0.0 00-00-00-00-00-00
Replace "0.0.0.0" with the IP address you want your PC to use when connecting to the Dreamcast. Since ARP is used to manually resolve an IP address to the physical address (MAC), the IP can be anything you want as long as it doesn't conflict with addresses already in use. Replace "00-00-00-00-00-00" with the MAC address mentioned earlier.
When uploading, you will need to send over 1ST_READ.bin which is the main binary.
Thanks for the quick response. I tried this, setting up an arbitrary number and then entering in my MAC info as follows:
ARP -s 33.33.33.33 00-d0-f1-02-a2-99
Is that how I was supposed to enter it?
I did it that way and then tried to define the IP address as 33.33.33.33 in DC-TOOLS but it still wasn't able to resolve anything...
Oh, and by "command console", do you mean in MS-DOS or the one in DC-TOOLS? Sorry, total noob.