Hi,
I’m debugging our custom carrier board’s FPD-Link and GMSL Ser/Des devices.
Regardless to our current problem (which I ask about in a separate post)
My question here is regarding the following error when activating gstreamer without valid input:
vi_capture_control_message: NULL VI channel received
This causes a kernel panic and SoM reset.
Is it possible to do something to prevent this situation? We don’t want to perform reset each time the video input is not valid. (close gstreamer with error indication should be enough)
Which function pointer is missing? Can I implement it?
please apply the patches to update the kernel sources, then following developer guide To Build the Kernel.
as you can see in UEFI section, it’s UEFI picks the kernel Image and dtb from the rootfs path mentioned in the /boot/extlinux/extlinux.conf file, please copy the new kernel image to the target, and update Linux entry with your new kernel image file path accordingly, reboot the system to have changes applied.