Everything i have found on re-routing the System_printf stuff to ethernet seem complicated.
I am hoping somebody can point me to a nice clean way to get the characters to go out a nice telnet session.
I found the NDK_vsprintf stuff in the console code (inside the ConPrintf) I could almost make a simple MACRO to replace the System_printf with ConPrintf.
What I am missing is this part, I would like to run a telnet session into the OMAPL138 (That part is working great, already running commands and such accross it) run a command the basicaly says "Start squirting all your System_printf down this connection".
One of the issues I am thinking is that I would also get all the Log_info stuff, Loading information, etc. I am thinking I need some help with the UIA Transport layer.
I did find the Tutorials, but they basically say load this example and run it. Need some more information, plus we are on custom hardware so I dont think thoes examples would work.
Thanks for your time...