My PB can download nk.bin before. But now it cannot download. the following
is the message printed in hyperterminal:

ProcessDHCP()::DHCP IP Address Resolved as 10.193.101.88, netmask:
255.255.255.0
Lease time: 43200 seconds
Got Response from DHCP server, IP address: 10.193.101.88
No ARP response in 2 seconds, assuming ownership of 10.193.101.88
+EbootSendBootmeAndWaitForTftp
Sent BOOTME to 255.255.255.255
Sent BOOTME to 255.255.255.255
Sent BOOTME to 255.255.255.255
Sent BOOTME to 255.255.255.255
Got EDBG_CMD_JUMPIMG
Got EDBG_CMD_CONFIG, flags:0x00000000
-EbootSendBootmeAndWaitForTftp
Download successful! Jumping to image at 0h...
Clearing RAM

How can I fix the issue? Thanks a lot.

Re: Cannot download NK.bin with PB by Gary

Gary
Wed Mar 07 19:39:25 CST 2007

Sounds like nk.bin downloaded over ethernet, but didn't load.
What did you change in your OS image between when it worked and when it
failed?

"Huadong Liu" <HuadongLiu@discussions.microsoft.com> wrote in message
news:F84E4226-8C43-42B6-A366-403864A3AC3D@microsoft.com...
> My PB can download nk.bin before. But now it cannot download. the
> following
> is the message printed in hyperterminal:
>
> ProcessDHCP()::DHCP IP Address Resolved as 10.193.101.88, netmask:
> 255.255.255.0
> Lease time: 43200 seconds
> Got Response from DHCP server, IP address: 10.193.101.88
> No ARP response in 2 seconds, assuming ownership of 10.193.101.88
> +EbootSendBootmeAndWaitForTftp
> Sent BOOTME to 255.255.255.255
> Sent BOOTME to 255.255.255.255
> Sent BOOTME to 255.255.255.255
> Sent BOOTME to 255.255.255.255
> Got EDBG_CMD_JUMPIMG
> Got EDBG_CMD_CONFIG, flags:0x00000000
> -EbootSendBootmeAndWaitForTftp
> Download successful! Jumping to image at 0h...
> Clearing RAM
>
> How can I fix the issue? Thanks a lot.