-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RealSense MIPI platform driver for Leopard LI-JXAV-MIPI-ADPT-4CAM, LI-GMSL2-IPX-DESER on AGX Xavier #166
Comments
The MIPI-GMSL adapter boards have different hardware configuration for I2C bus. We didn't had these Leopad boards to try with, but i'm usre they are incompatible with our mipi-gmsl board. You will need to reconfigure device-tree to match I2C configuration. |
May I to know which MIPI-GMSL adapter board could support the realsense_mipi_platform_driver? |
The I2C switch is TCA9546(0x70) on Leopard LI-JXAV-MIPI-ADPT-4CAM + LI-GMSL2-IPX-DESER, There are four i2c device in tegra194-camera-d4xx.dtsi:
I check the kernel message, and found it only d4m0 initial sucesss, and d4m1, d4m2, d4m3 initial fail. May I to know any device tree setting I need to reconfigure? |
We use i2c switch to "emulate" dedicated camera for each stream. You can see detection on kernel log |
|
|
About question.3, If I use the Intel GMSL/FAKRA De-serializer Board, and Does it need also to rework for short together SDA of 4 ports and SCL of same 4 ports, too? Intel RealSense Vision Processor D4 GMSL/FAKRA De-serializer Board |
No, it is ready for use. |
Hi,
I am trying to use Intel D457 camera on AGX Xavier.
My hardware environment are:
git clone the Intel D457 MIPI driver for Jetson AGX Xavier:
$ git clone https://github.com/IntelRealSense/realsense_mipi_platform_driver
setup_workspace, apply_patches, build_all_deb on PC.
$ ./setup_workspace.sh 5.0.2
$ ./apply_patches.sh apply 5.0.2
$ ./build_all_deb.sh 5.0.2
Flash JetPack 5.0.2 to the Jetson AGX Xavier EVB
Install Intel D457 mipi driver by .deb on AGX Xavier.
$ sudo dpkg -i ./linux-image-5.10.104-d457_5.10.104-d457-1_arm64.deb
$ sudo dpkg -i ./linux-headers-5.10.104-d457_5.10.104-d457-1_arm64.deb
$ sudo dpkg -i ./linux-libc-dev_5.10.104-d457-1_arm64.deb
$ sudo dpkg -i ./linux-image-5.10.104-d457-dbg_5.10.104-d457-1_arm64.deb
Edit /boot/extlinux/extlinux.conf on AGX Xavier.
LINUX /boot/Image-5.10.104-d457
FDT /usr/lib/linux-image-5.10.104-d457/tegra194-p2888-0001-p2822-0000.dtb
Create /etc/modules-load.d/d4xx.conf on AGX Xavier.
$ echo "d4xx" | sudo tee /etc/modules-load.d/d4xx.conf
Install Intel Real Sense Viewer tool
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
sudo add-apt-repository "deb https://librealsense.intel.com/Debian/apt-repo $(lsb_release -cs) main" -u
$ apt-get update
$ sudo apt-get -y install librealsense2-utils
$ sudo apt-get -y install librealsense2-dev
$ sudo apt-get -y install librealsense2-dbg
$ reboot
But we can't see /dev/video0, /dev/video1, /dev/video2, /dev/video3 after reboot on AGX Xavier, and realsense-viewer also can't see any video stream.
My question is :
May I use this GitHub Intel D457 mipi driver for Leopard LI-JXAV-MIPI-ADPT-4CAM + FAW-1233-03 + LI-GMSL2-IPX-DESER + Intel RealSense D457 camera + AGX Xavier?
The text was updated successfully, but these errors were encountered: