Hi,
I have some questions with 6657LS EVM board and need your help.
1 When I did the OOB test and configured the IP address with DHCP mode, the EVM board could not get an IP address. Can I solve this problem?
2 So I configured the EVM board with the Static IP address in the following way, and I could access to the following webpage.
3 Base on 2, I want to do the EMAC boot test. In this situation, what’s the IP address of the EVM board?
As I failed with the boot_loader test(mcsdk_2_01_01_04\tools\boot_loader\examples\ethernet\), I doubt that maybe I have the wrong IP address when I dealt with these two steps:
(1) Add an ARP entry for the DSP MAC address associating with an IP local to the host. For example if the host PC's IP is 192.168.1.1, then add an ARP entry with the DSP's MAC address associated with IP address 192.168.1.2.
(2) Use the pcsendpkt.exe to send the image to the DSP using the associated IP address. For example pcsendpkt.exe simple.eth 192.168.1.2
If the IP address of EVM board need to set manually, how to do that?
Thanks in advance.