Forum Discussion
Altera_Forum
Honored Contributor
20 years agoabout nios2 terminal control question
HI all: When I run a application program by terminal, I cannot quit the application function or come back terminal.For example ,after I run pining application,i unable perform other c...
Altera_Forum
Honored Contributor
20 years agoalex824,
Log in through your ethernet terminal. Then do $ ps -a This will give you the process id of all applications currently running. Then do $ kill -9 "pid number" Without the quotes, replace pid number with the actual number of your process id. Doug