-
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
Orin Nano support #221
Comments
Jetson Nano is not "Officially" supported because it is not tested on our side. |
But what I am seeing at the issues of librealsense is people who is using GSML with embedded (normally Connect Tech solutions). But I am using 9296 deserializer board. I've found that at step:
the output is: What should I modify to test it? |
Ok. I've tried modifying this: build_all.sh
Also I've avoided the headers with the pin configuration of the Orin, and I've changed them for the headers I believe are usable for :
I've been able to compile everything, install (copy). Even shows up in jetson-io.py and let me change it to the new configuration. BUT, after reboot, which boot properly by the way, nothing else happens. dmseg output shows nothing when I grep by d4xx. grep by tegra-capture-vi only showing three lines. I've double checked dtb and Image has been properly copied. I am using a Leopard Max9296 deserializer (IntelRealSense/librealsense#11010 (comment)) What could I try? It looks like is not very far from the goal. |
@masip85, could you please check if I2C mux is detected or not? https://github.com/IntelRealSense/realsense_mipi_platform_driver/blob/dev/README_JP6.md#known-issues |
The Orin Nano I mentioned in previous post (
And yes, it's connected to csi slot 0 of orin nano dev kit. Just in case, I paste you other Orin Nano (I've got it with JP5) normal message when you grep i2c is:
|
@masip85, looks like some i2c misconfiguration in device tree only. Could you please go over the forums and see if any of the conversations helps debugging the issue? |
First of all: Just in case, I've made a check and:
By the way, no "UU" here in both buses. All logs are shown equal as before. Regards the first link, I don't know what's the point you are looking for. Do you talk about this: |
@masip85, I understand these forums are not directly related to this issue. They talk about few debugging steps. I meant to look at those and check if they can help narrowing down the issue.
-- Not sure. We have never tried with Orin Nano.
-- Yes, if that's applicable & possible based on your device tree. What do you observe from below commands? |
[sudo] password for vmasip:
Cannot open device /dev/video0, exiting.
I am checking the device tree and it's dependencies, and I really don't know if that line must be changed. I've got a lack of understanding of device trees. |
I've been trying to obtain help from nvidia, but didn't work out. Do you have any clue I can try? |
@masip85 ,I have the same problem as you. Have you solved it? |
Hello
I've read Orin Nano is not supported. I've tried to use this project with 5.3 and 6.0 versions without success. Why is that? Can I modify something to achieve it?
The text was updated successfully, but these errors were encountered: