Tool/software:
Following version used for J721S2 platform:
PSDK - 10.01
QNX710
Query1:
Application registers CSIRX events using IOCTL_CSIRX_REGISTER_EVENT. Using this Application register for errorgroup (CSIRX_EVENT_GROUP_ERROR) with error mask CSIRX_EVENT_TYPE_ERR_ALL.
We would like to understand how to simulate the behavior to trigger error callback from Driver level. Is there a way we can inject this error and get call back from Driver.
Query2:
Same way when frame is deque using Fvid2_dequeue, we retrieve Fvid2_Frame with status. This could provide certain failures like FVID2_FRAME_STATUS_PENDING, FVID2_FRAME_STATUS_ERROR etc.
Do we have a way to simulate this errors as well from Driver level?
We need this information to verify safety check flow when these errors are detected.