04-04-2019 05:42 AM
Hello,
We are trying to use Video Processing SubSystems to Convert RGB to YUV420. So that we are using "Scaler Only Mode", we are using Xilinx Provided Example source to Enable IP ccore in SDK . But initially we are facing problem. code flow enters XVprocSs_CfgInitialize() function and at initializing enabled sub-cores block , at below mentioned lines we are getting Failure .
/* Initialize all included sub_cores */ if(InstancePtr->RstAxisPtr) { if(XVprocSs_SubcoreInitResetAxis(InstancePtr) != XST_SUCCESS) { return(XST_FAILURE); } }
04-05-2019 08:25 AM
Hi @veeru14 ,
For me it looks like there is a mismatch between the HW and the SW.
Can you try to make sure you have re-exported the HDF file to SDK and SDK has updated the hardware platform?
Also can you enable the journal output as in the example design and display the result? This might give a hint
void XVprocSs_LogDisplay(XVprocSs *InstancePtr)
04-10-2019 04:12 AM
Hi @veeru14 ,
Do you have any updates on this?
If your question is answered or your issue is solved, please kindly mark the response which helped as solution (click on "Accept as solution" button below the reply)
If this is not solved/answered, please reply in the topic giving more information on your current status.
Thanks and Regards,