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.