Expected behavior
If you are booted from SD card and properly installed drivers from .deb, you will get the following:
THAT IS CORRECT !
Indicating, that drivers are working and trying to find camera.
However, if you are booted from SSD following steps from: jetsonhacks, after installation of the driver
NOTHING whill show up in: dmesg | grep imx477
How chould i make drivers working?
Additional context
We were using IMX477 camera with Xavier NX and when it is booted from SD card drivers working and the camera also works as intended.
However, when root booted on SSD and I install drivers there the same way, this time dmesg | grep imx477 shows no logs indicating that apparently that drivers are not working. I don't know if other people claiming their camera drivers are not working, dealing with the same issue, but is it possible to check this? I think it will help me and others a lot. We can provide any extra information relating my hardware and software configuration and any logs that are required.
Describe the issue Drivers for IMX477 camera are not showing up when root on SSD What version of L4T/JetPack L4T/JetPack version: 32.4.4
Which Jetson Jetson: Xavier NX
To Reproduce Steps to reproduce the behavior:
dmesg | grep imx477
Expected behavior If you are booted from SD card and properly installed drivers from .deb, you will get the following:
THAT IS CORRECT !
Indicating, that drivers are working and trying to find camera. However, if you are booted from SSD following steps from: jetsonhacks, after installation of the driver NOTHING whill show up in:
dmesg | grep imx477
How chould i make drivers working?
Additional context
We were using IMX477 camera with Xavier NX and when it is booted from SD card drivers working and the camera also works as intended. However, when root booted on SSD and I install drivers there the same way, this time
dmesg | grep imx477
shows no logs indicating that apparently that drivers are not working. I don't know if other people claiming their camera drivers are not working, dealing with the same issue, but is it possible to check this? I think it will help me and others a lot. We can provide any extra information relating my hardware and software configuration and any logs that are required.