You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed all the instructions provided in the repository to set up the IMX264 camera on my Jetson Nano running Ubuntu 18.04 with NVIDIA L4T 32.7.1. This includes modifying the .dtsi file during the ./setup.sh -c step as per the guidelines. However, after completing the setup and connecting my IMX264 camera, I do not see any related output in dmesg, nor does the device appear in /dev/.
Steps Taken:
Cloned the repository and followed the installation and setup instructions.
Modified the .dtsi file to configure the IMX264 camera, ensuring all relevant settings were adjusted.
Executed the ./setup.sh -c command to apply the changes.
Rebooted the Jetson Nano as per the instructions.
Connected the IMX264 camera to the Jetson Nano via the appropriate CSI port.
Problem:
No logs or messages related to the IMX264 camera are visible in dmesg.
The camera does not appear as a video device under /dev/ (e.g., no /dev/video* entry).
[ 1.612566] i2c 7-0010: vc_mod_ctrl_init(): Detected module not supported!
[ 1.646401] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x40
Environment Details:
Jetson Nano: 4GB/2GB model
Operating System: Ubuntu 18.04
NVIDIA L4T Version: 32.7.1
Camera: IMX264
Request for Assistance:
I'm unsure if I missed a step or made an error in the .dtsi modification. Could you please provide guidance on what might be going wrong? Are there specific areas I should double-check, or additional steps I can take to troubleshoot the issue?
Any help to resolve this problem would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
I've double checked my current setup, and everything is exactly the same, I'm just using L4T 32.7.4, that's the only difference, which is the latest available for Nano.
Might be a silly question, but are you sure of the cable connection?
Description:
I have followed all the instructions provided in the repository to set up the IMX264 camera on my Jetson Nano running Ubuntu 18.04 with NVIDIA L4T 32.7.1. This includes modifying the
.dtsi
file during the./setup.sh -c
step as per the guidelines. However, after completing the setup and connecting my IMX264 camera, I do not see any related output indmesg
, nor does the device appear in/dev/
.Steps Taken:
.dtsi
file to configure the IMX264 camera, ensuring all relevant settings were adjusted../setup.sh -c
command to apply the changes.Problem:
dmesg
./dev/
(e.g., no/dev/video*
entry).Environment Details:
Request for Assistance:
I'm unsure if I missed a step or made an error in the
.dtsi
modification. Could you please provide guidance on what might be going wrong? Are there specific areas I should double-check, or additional steps I can take to troubleshoot the issue?Any help to resolve this problem would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: