Open gcembed opened 12 years ago
Hi, this repository is just a clone of the following that was used as a reference for writing the VPU driver for mainline:
git://git.pengutronix.de/git/imx/gst-plugins-fsl-vpu.git
It will be deleted in the near future. For issues like this you should contact someone from Pengutronix instead.
Regards.
Hi, IRAM size for i.MX27 is 45kB (0xB400) so iram_alloc(V2_IRAM_SIZE, &vpu->iram_phys); failed and driver stops to load. I don't find where vpu->iram_phys is used so I comment it, and driver loads successfuly but not yet tested with gstreamer.