c eeprom.bin я разобрался, загрузил:
download eboot.nb0;
download -s 2 -o 0x1000 -b 9600 eeprom.bin.
Одеваю перемычку, перезапускаю в HiperTerminal вижу, что eboot получил ip-адрес и запускает TFTP-server.
через TFTP-client загружаю ему образ.
Вот лог. с HiperTerminal:
ide_reset succeeded.
Enable IDE controller
Detecting IDE device...
Not ATA Device. Try ATAPI !!!
ATAPI: Device not found.
Downloading BIN file using Ethernet.
EEINFO: EEInformation.
EEINFO: 0x45 0x4D 0x41 0x43.
EEINFO: 0xDE 0x0 0xF0 0xAD.
EEINFO: 0x0 0xD 0x0 0x0.
EEINFO: 0x0 0x0 0x0 0x0.
MAC Address = 0xDE, 0xADF0, 0xD00
Board Name = WindowsCE
Card Type = CS8950, Address = 0x80010000.
EthernetMAC: PhyId=1 PhyType=2 Speed=100 Mbs Duplex=Full.
System ready!
Preparing for download...
INFO: Using device name: 'WindowsCE'
InitDHCP():: Calling ProcessDHCP()
ProcessDHCP()::DHCP_INIT
Got Response from DHCP server, IP address: 192.168.1.10
ProcessDHCP()::DHCP IP Address Resolved as 192.168.1.10, netmask: 255.255.255.0
Lease time: 21600 seconds
Got Response from DHCP server, IP address: 192.168.1.10
No ARP response in 2 seconds, assuming ownership of 192.168.1.10
+EbootSendBootmeAndWaitForTftp
Sent BOOTME to 255.255.255.255
Locked Down Link 1
Src IP 192.168.1.10 Port 0800 Dest IP 192.168.1.7 Port 05BC
EthDown::TFTPD_OPEN::boot.bin
-EbootSendBootmeAndWaitForTftp
Found pTOC signature.
ROMHDR at Address 002C0044h
RomHdr.ulRAMStart=82000000h RomHdr.physfirst=802C0000h.
дальше ни чего не происходит
что я делаю не так?