Forum Discussion
Altera_Forum
Honored Contributor
21 years agocompact flash problem
Hi, I'm working on the nios II cyclone board card.But I need to suppress the cf interface.So I did it in SOPC builder. Then I need to implement linux in the nios board card.So I configure...
Altera_Forum
Honored Contributor
21 years agoHi Sylvain,
You must have your kernel console directed to your uart. Change your kernel configuration:device drivers ---> character devices ---> serial drivers
< > 8250/16550 and compatible serial support
--- Non-8250 serial port support
Nios serial support
Support for console on Nios UART
<*> Altera JTAG UART support
Support for console on Altera JTAG UART Then you will be able to see the booting messages on JTAG.