My camera use MIPI-CSI TX output images,and it’s DPHY version is 1.2, but the orig nano’s MIPI-CSI DPHY version is 2.1, my question is if they can connect direct? or I need to translate voltage level to connect each other together?
another question is nano’s MIPI-CSI is processed by real time CPU called Cortex-R5 micro-controller?and send message to tegra soc through IVC?
this is replay from AI when I ask same question,it said DPHY 2.1 can’t not connect to DPHY 1.2 direct because of voltage level is not compatible, I not sure it’s whether correct;
another question is if I can debug code which is run on RTCPU, if can, how to do it? can you give me method? right now MIPI-CSI could not get any data from my camera, and RTCPU did’t reports any error when communication with my camera, but I’am sure my camera seed image to RTCPU;
thanks a lot~~
I only get the error such as below, it may be report by capture vi because it time out to get frame from RTCPU:
[ 404.631508] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 10000 ms
[ 404.631540] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
I set the cil_settletime and pix_clk_hz in device tree node, and I modify cil_settletime in device tree node from 0 to 255, but it have nothing improvement;
how can I check the pix_clk_hz is correct? is there any method to use?