-
Bug
-
Resolution: Unresolved
-
Low
-
Processor SDK - Jacinto
-
ADASVISION-5669
-
PROCESSOR_SDK_08.04.00
-
PROCESSOR_SDK_11.00.00
-
In vision_apps/utils/scicerver we should be using UART prints even to trap error conditions instead of using appLogPrintf. The SCIserver runs on DM core which comes up much before anyone could use appLogPrintf() calls.
Also by convention DMlogs should be redirected to DM UART instance on each SOC and not the Linux UART instance.
This issue was identified while putting debug prints in SCIserver using appLogPrintf() calls.