Hi guys,
I'm fresh to the ethernet and network related aspects, so when trying to go through the ethernet boot example in MCSDK, some problems come out.
1. According to the README of ethernet boot example, when completed the DIP switch settings to "ROM Ethernet boot mode" and power on the EVM, the EVM will transmits BOOTP packet at regular interval. But I'm failed at this step since Wireshark can not capture any packet from the EVM's MAC address after I finished the steps above. What maybe the reason?
2. The next step said "Add an ARP entry for the DSP MAC address", according to the Image_processing demo, I think this can be done through the CfgAddEntry function in runtime. But in the example, it's impossible to implement it in application since the IP allocation is prior to the loading of application. So how to achieve that? As it seems we must modify the RBL code to add this entry?
Allen