Hi,
we built a custom carrier board for the TX2 SOM module with two IMX290 camera sensors connected to the TX2 using the CSI/MIPI bus. Currently we are using the R28.2.1 Jetpack version.
Everything works fine when we use a TX2 SOM having part number 699-83310-1000-D00 [P/N 135-0807-001 R2 on the black backward label].
Unfortunately when we use instead a TX2 SOM having part number 699-83310-1000-B02 [P/N 135-0807-000 R2 on the black backward label], the following problems occurs:
-
the camera streaming using Argus Camera demo application does not work (the application freezes and multiple ISP errors are reported on the dmesg), but the V4L2 driver is working properly.
-
the Ubuntu graphical interface does not start (it freezes showing a black screen with the mouse pointer). Anyway, if we add the option
TegraReserveDisplayBandwidth" "false"
on the Option section of/etc/X11/Xorg.conf
, the graphics environment seems to start properly.
Are there known hardware differences between the two hw explaining the observed behaviours?
Are there additional test that we can do in order to make both hw revisions properly working?
Regards