Forum Discussion
Altera_Forum
Honored Contributor
19 years agoSerial Console
I have been trying to get a RS232 console to work for a couple of days now. The kernel I have works great, but I can only use USB-Blaster as terminal. I though it would be as simple as enabling the...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by rppolicy@Oct 27 2006, 03:18 PM i have been trying to get a rs232 console to work for a couple of days now. the kernel i have works great, but i can only use usb-blaster as terminal. i though it would be as simple as enabling the "support for console on nios uart" in the device driver -> character dev -> serial drivers. when i select this, the kernel will build properly, but neither the usb-blaster or the rs232 dumb terminal worked. any help would be appreciated.
thanks,
rppolicy
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=18958)
--- quote end ---
--- Quote End --- Hi, u have to do another configuration : in your file system, edit /etc/inittab and : --> comment line begining by ttyJ0 --> uncomment line begining by ttyS0 your file should look like the following :
# inittab for uClinux# Format:# ttyline:termcap-entry:getty-command
ttyS0:vt100:/bin/agetty 115200 ttyS0# ttyS1:vt100:/bin/agetty 115200 ttyS1# ttyJ0:vt100:/bin/agetty 115200 ttyJ0 Regards. http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/wink.gif