Forum Discussion
Altera_Forum
Honored Contributor
22 years agolinux - console
Hello, I would like to enable uart for the default console. I modified the kernel configuration in Nios IDE to enable UART console and by reprogramming the kernel into the flash, the kernel me...
Altera_Forum
Honored Contributor
22 years ago --- Quote Start --- originally posted by spy1@Aug 17 2004, 03:41 PM hello,
it helps a lot. thank you. an other point, do you know how to enable function to see previous commands typed in shell prompt. i press up arrow to see previous command and i am not able to see them. it's just easier to entry command and come back to previous one.
so, i can test my own applications by sending them into nfs directory.
regards
christian --- Quote End --- Check whether the default busybox enables a more complex console, something like bash or ash - if not configure it to use it. A better console is definately available, you'll probably want to create a symlink in your filing system to the busy box application and then change your configuration so that it becomes the default console. I've done this because the default sh console is really annoying with the cursor keys! Adrian