Altera_Forum
Honored Contributor
20 years agoBypass prompt for "nios2" login and password
Hi,
After uClunix boots, I would like to bypass the "nios2" login and "uClinux" password prompts and go straight to a shell prompt. I already modified my initab file so that the console output is directed towards the serial UART instead of the JTAG UART so that the uClinux kernel will boot without requiring the "nios2-terminal" running first. Based on information provided by smcnutt (a.k.a. Scott) in this thread: how do i cancel uclinux user login ? (http://www.niosforum.com/forum/index.php?act=st&f=18&t=2183&hl=login) I again modified the following line in my initab file from this: ttys0:vt100:/bin/agetty 115200 ttys0 To this: ttys0:vt100:/bin/sh However, booting with this modification in place does not provide neither a login prompt or a shell prompt after all the initial boot status display traffic has passed. I haven't tried this, but If I create an empty /etc/singleboot file will that work or is there something else I'm missing? Any help would be appreciated. Sincerely, Brad.