In main.c there is a call to a function "console_use_ints ()". I commented this out so that the uart code would be polled.
What happened was strange. At first I thought it was related to some kind of memory corruption done by the eth/emac code, but it can be triggered or avoided by the call above (making the call makes everything work).
The symptoms are from the "n" test menu (actually any of the test menus). You can type "n" and see the menu of tests, but if you type "n 1" to ask for test 1, you get no output at all -- it immediately returns to the prompt! I have not tracked down what is at the bottom of this.
Kyu / [email protected]