I've run several of the sample programs on the dev kit such as udpecho and uartecho sucessfully. When a take a sample program and add more components such as the file system or Telnet, the board isn't pingable on a regular basis anymore. It often fails every other time I reload the debugger. The program works as expected, I Stop it, reload it, it doesn't work, I Stop again, reload it and it works again. If I remove some of the componets I added in *cfg, it works every time again. I have the network configured with a static IP. I had as a starting point all of the same settings as was configured in the udpecho project. Is there some setting that I need to change to accomodate adding additional components?