Tool/software: Linux
Hi,
If somebody could help me with logs over network when linux runs on A15..
I am using PROCESSOR_SDK_VISION_03.03.00.00 on our custom board (RT-RK ALPHA board ).
Trying to have logs over network (which I have now) and to run some of the Use-Cases, also over network.
I have changed defaults.mk file, where now logs over network are enabled and logs over uart are disabled..
Also, there was no files like network_cons_tsk.c and network_cons_ipc.c linux, so i made them (sendig those as atachment), as proper makefile in same directory..
I looked in RTOS files and made conclusion that there are also 2 more functions that should be implemented in osa_ipc_que.c file
(those are:
Int32 OSA_ipcQueWriteString(OSA_IpcQueHandle * handle, const char pString[]); and
Int32 OSA_ipcQueReadString(OSA_IpcQueHandle * handle, char pString[], UInt32 *strSize);)
Problem appeared is that Use-Cases do not start every time i try to run them (when logs go over UART everything works fine). I have menu, but on the command to start UC nothing happends..
UC starts in one of 10 or more attempts, so, could you help me to figure out why is that happening?
Thx a lot,
Best regards,
Nebojsa