Hi,
When I do unloading of HDVICP2/HDVPSS firmwares, kernel is crashing:
PC is at notify_shmdrv_isr_callback.isra.2+0x20/0xb0
LR is at notify_shmdrv_video_isr+0x24/0x34
I followed the below link
http://e2e.ti.com/support/embedded/linux/f/354/t/138501
and built syslink using USE_SYSLINK_NOTIFY=0, but still it was crashing.
Actually my use case is that we want to have the device nodes of /dev/fb0, /dev/fb1 to have a small OSD(we are not using the SGX based graphics acceleration).
We are not performing any video/audio decoding on our system.
So by keeping this in mind, I assumed that we don't to load/unload M3 firmwares and I disabled this.
But after doing this I created an image and image didn't had /dev/fb0, /dev/fb1 and I was not able to see my OSD.
Please suggest what minimum needs to be done in order to have /dev/fb0, /dev/fb1 available on my system.
Many Thanks,
Saurabh