Forum Discussion
close or change dynamicly the stdout in arria 10
- 3 years ago
Hi,
I don't think we have any functions for this as usually, we would want to avoid printf blocking to the output terminal.
Hope this clarifies your doubts.
Thanks.
Best,
Kelly
Hi,
Greetings and welcome to Intel's forum.
I assume you mean to stop the printf to stdout driver for jtag_uart. I will attach a screenshot.
However, you are unable to change the driver of stdout from JTAG_UART to NONE and back during run time.
Thank you.
Regards,
Kelly
- KellyJialin_Goh3 years ago
Frequent Contributor
Hi,
Attached is a screenshot to stop printf to stdout driver for jtag_uart by choosing none.
Thank you.
Regards,
Kelly
- Bar3 years ago
New Contributor
Thanks Kelly.
The setting I know. but if I want to stop printing while I run why the close() (as in NIOS command), or fclose() (as in standart C) doesn't stop the printing (no metter which is the stdout? Is there onther command that I can use for stoping printng?
Regards
Bar.