Hi,
loading the enetEcho.out from the beaglebone examples works fine, but after I perform a rebuild without changing any settings or code, it will now not respond to a ping or allow a connect, but DOES get an IP using DHCP. Is there something else I need to build / change from the example code to have this work on the beaglebone?
thanks!
here's the console output from the rebuild:
**** Build of configuration Debug for project enetEcho ****
C:\ti\ccsv5\utils\bin\gmake -k -j 2 -s all
'Building file: C:/ti/AM335X_StarterWare_02_00_00_06/third_party/lwip-1.3.2/apps/echoserver_raw/echod.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_00_06/examples/beaglebone/enet_echo/enetEcho.c'
'Invoking: TMS470 Compiler'
'Invoking: TMS470 Compiler'
'Finished building: C:/ti/AM335X_StarterWare_02_00_00_06/third_party/lwip-1.3.2/apps/echoserver_raw/echod.c'
' '
'Finished building: C:/ti/AM335X_StarterWare_02_00_00_06/examples/beaglebone/enet_echo/enetEcho.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_00_06/third_party/lwip-1.3.2/ports/am335x/lwiplib.c'
' '
'Invoking: TMS470 Compiler'
'Finished building: C:/ti/AM335X_StarterWare_02_00_00_06/third_party/lwip-1.3.2/ports/am335x/lwiplib.c'
' '
'Building target: ../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/enet_echo/enetEcho.out'
'Invoking: TMS470 Linker'
<Linking>
'Finished building target: ../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/enet_echo/enetEcho.out'
' '
' '
**** Build Finished ****