-
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
max9295 12-0044: max9295_write_reg:i2c write failed, 0x10 = 21 #246
Comments
Can someone take a look? |
Hi @chenx915 . Are you using Intel's deserializer board https://store.intelrealsense.com/buy-intel-realsense-des457.html or different? |
Hello @Arun-Prasad-V , Maybe my case is different from chenx915, but I am using Intel's deserializer board and I got that error. I am using Orin AGX, JetPack 6.0, and LI-JTX1-SUB-ADTP board. Currently, I am using 81c2304 commit. Because when I used latest dev branch code(61afe61), I can not get any message for d4xx.
But 81c2304 shows the correct output as like Read me file. So I am using this commit now and got that i2c read fail error. Please let me know if you have any suggestions. Thank you very much. |
Hi @taeyeon-toofon, this setup is running fine from our side. If you trying it for the first time, please make sure the camera D457 is in MIPI mode (there will be a switch at the back of camera where we can switch between USB and MIPI mode). To confirm FW is already running fine in D457 camera, you can switch to USB mode and connect it through Type-C cable. Ignore the dmesg logs for this case and open "realsense-viewer" and check if it is detected as D455 camera properly. Also, try powering off both Jetson and deserializer and wait for a minute and power ON. Because, sometimes power cycling deserializer along with Jetson helps smooth initialization. If you are still facing issues, please create a separate ticket (as your setup is different from this ticket) and share dmesg log. |
Hi, @Arun-Prasad-V : I got same I2C write fail in Jetpack 6.0(L4T 36.3, Kernel 5.15.136), too.
I try to add some debug function to ds5_probe() in d4xx.c,
I do the i2c read 0x48 success in the same place of ds5_probe() in Jetpack6. I am using the v1.0.1.25 tag for Jetpack 6.0 on Intel Realsense mipi platform driver GitHub: Could you help to solve the regmap_write 0x48 I2C write failed issue for Intel D457 in Jetpack 6.0(L4T 36.3, Kernel 5.15.136)? |
We were trying to adapt the D457 to the Jetson ORIN NX platform, and during the process of migrating the driver, we found that the I2C address of the camera could only be queried once.
MAX9296 and INTEL realsense D457 GMSL were used
The text was updated successfully, but these errors were encountered: