jmartinc / gst-plugins-fsl-vpu

mx27/mx5/mx6 VPU driver from Pengutronix
2 stars 2 forks source link

IRAM allocation #1

Open gcembed opened 12 years ago

gcembed commented 12 years ago

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.

jmartinc commented 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.