Forum Discussion
Altera_Forum
Honored Contributor
20 years agowhy not linux auto start
I suddernly find that linux should be started only by nios2-terminal. Why? It is a big problem if it is to be a product. 1. power on 2. nothing happens about linux ( I find ethernet did no...
Altera_Forum
Honored Contributor
20 years agoTo automatically boot, you need to change the settings in the kernel:
- In the NIOS II IDE, select Configure Kernel for the kernel project. - Select Device Drivers -> Character devices -> Serial drivers - Turn off the Altera JTAG UART Support If you want the console on the RS-232 port, you can select the NIOS serial port and Support for console on NIOS UART options. Exit and save the new kernel configuration, then rebuild and upload. You can leave the JTAG component in the SOPC builder, so that you don't need to recompile in Quartus when you need to re-enable JTAG. Tony