--- Quote Start ---
originally posted by jjwalk04@Apr 29 2006, 04:34 AM
thanks for your help. i think i am close to running uclinux on my development board successfully. <continues like i would expect until>
init started: busybox v1.2.0-pre0 (2006.04.28-07:53+0000) multi-call binary
<nothing else is printed out to the jtag> --- Quote End ---
Hi jjwalk04,
Don't panic, I think you're very close now
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif
Here are 2 questions:
Q1) Does your board have a serial port?
Q2) Did you select NIOS serial support like this? ...
Nios serial support
Support for console on Nios UART
If your answer is YES, then I believe your console is getting redirected to the FIRST SERIAL port. That's why you don't see anything further on the JTAG port.
Here's how to get your console back....
1) Completely disable NIOS serial support in menuconfig. Note, the NIOS console option is NOT properly honoured, therefore enabling NIOS serial support automatically hijacks your console, regardless of your menuconfig selections. Personally, I find this bug is slightly annoying, and so far I haven't managed to find or fix it.
2) If NIOS serial support is enabled, then you need to hook-up your board's RS232 port(s) to MINICOM or similar terminal. The default setup is 115kbaud 8-N-1. Now your console will appear on the first serial port.
Hope this helps