Please try to use the latest BSP, 3.10.17.
There is a test application named mxc_ipudev_test.c under the <Yocto_BuildDir>/imxtest-"
version"/test/mxc_ipudev_test directory.
Before running the ipu device test application, you should be able see that the /dev/
mxc_ipu has been created
Run test like:
./mxc_ipudev_test.out -C config_file raw_data_file
./mxc_ipudev_test.out -command_line_options raw_data_file
Please refer to <Yocto_BuildDir>/imx-test-"version"/test/ipudev_config_file for
configure file instruction. Includes a simple test source code of ipu device overlay which use alpha(global/local)
blending to combine two layers:
NOTE: the overlay width and height must be same as output's. For example, the input is
240x320, output is 1024x768 which using rotation 90 degree, the overlay must be same
as output, said, 1024x768. so check your LVDS or modes xorconf settings
If the problem persist please try to post your log here.
Hope this helps