I am currently having trouble with the deskew calibration on AGX Orin.
I enabled it by:
Adding the parameter deskew_initial_enable=true on the device tree
Updating the serdes_pix_clk_hz and deserializer configuration accordingly
With this parameters, I cannot start the stream either with V4l or gstreamer. Without enabling deskew on the device tree but boosting the clocks, the streams can be started.
By enabling rtcpu_debug, I have the following logs repeated:
you can ignore this DT property, deskew_initial_enable,
please refer to developer guide, SerDes Pixel Clock, skew calibration is required if sensor or deserializer is using DPHY, and the output data rate is > 1.5Gbps.
BTW,
JP-6.0 is quite old, and there’re some camera software bugs.
is it possible for moving forward to the latest JP-6.2 (i.e. r36.4.3) for development?
Thanks for your reply.
Yes, the output data rate is > 1.5Gbps, sensor is using DPHY and we followed the developer guide to calculate the serdes pixel clock accordingly.
With another sensor, we manage to make the skew calibration working following the same process, also in Jetpack 6.0.
Is it possible to have a RCE firmware with debug activated to be able to see more logs ?