This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Cant see an output from printf,System_printf etc in BIOS on board

Hey guys, i need some help. currently im working with ipnc rdk, and wondering is it possible to see the output from printf , System_printf and other similar functions in console on real board, not in CCS, cause i see nothing running syslink examples - just the output from host proc, even after setting SysStd as a System SupportProxy and increasing stack size in .cfg,still no effect. i mean, i know that there is a remote_debug_client tool, designed to print messages to console,using shared memory and vps_printf calls, but interested in the different ways to output.