We have implemented a new sensor and we receive this error.
tegra_channel_error_status:error 24022
In the csi2_fops.c I can see this error comes from 3 errors combined:
TEGRA_CSI_PIXEL_PARSER_STATUS
TEGRA_CSI_CIL_STATUS
TEGRA_CSI_CILX_STATUS
We can see data on the mipi lanes and also that it should be the right amount of pixel-lanes. Can you hint me on how to better find out what is going wrong? Maybe enable some debug options?
In the past when I had problems implementing other sensors I had tegra-capture-vi
errors and not tegra_channel_error
. What does that hint where the error should be?
Best,
Johannnes