Hi,
1. with the help of "C:\Program Files\Texas Instruments\mcsdk_2_00_08_20\tools\boot_loader\examples\ethernet\docs\Readme.txt", i can get BOOTP packet from evm_boardd and get the MAC address, then can get connection between host and board.
After I send the simple.eth to board via "pcsendpkt.exe simple.eth 192.168.2.xxx", how could i confirm whether the simple.eth is transferred successful or not?
and how to check whether the ethernet boot successful or not?
in README.txt, it says that i can check register A1 value to reach my goal, but if i want to check A1 with CCS, the DIP Switch should be changed and so the power should be first off and then on, so value of A1 should be lost then...
could anyone tell me how?
2. if i want to boot with ethernet and then load an app(.out) to board and run it, how could i do? is there any samples? for example, in i2c tftp boot mode, a helloworld app run via tftp and some information printed out via serial port.
Thanks!