Part Number: TDA4VM-Q1
Dear Sir,
I have 4 LUTs of size 5MB each for processing custom kernel running on A72.
But, I would like to run the custom Kernel on C66.
I would like to know, if Is it possible to access the host memory from C66.
if yes , then how I can access the host memory from a custom kernel running on C66?
Currently, I am using the below snippet to load LUTs to the host memory
vx_image mesh_img_in_arg_left; mesh_img_in_arg_left = (vx_image)vxGetObjectArrayItem(vcObj->lut_arr, 0); status = vxCopyImagePatch(mesh_img_in_arg_left, &rect, 0, &image_addr, (vx_uint32*)lutTable_left, VX_WRITE_ONLY, VX_MEMORY_TYPE_HOST);
If No, Please suggest me a way to do so or an alternative.
Thanks and Regards,
Vyom Mishra