- Where did you get the camera module(s)?
Switch Science (a reseller in Japan) - Model number of the product(s)?
Jetvariety camera (B0264) - What hardware/platform were you working on?
Jetson XavierNX 16GB (Product version) on reComputer J202 carrier board - Instructions you have followed. (link/manual/etc.)
Quick start - Arducam Wiki - Problems you were having?
I tried to install the driver using install_full.sh script but I can’t get any /dev/video* device file. The script attached arducam-nvidia-l4t-kernel-t194-4.9.253-tegra-32.7.1-20220316014355_arm64.deb - The dmesg log from your hardware?
following are results of dmesg and some other commands.
uname -r
4.9.253-tegra
dmesg | head
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.253-tegra ([email protected]) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Sat Feb 19 08:58:27 PST 2022
[ 0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[ 0.000000] OF: fdt:memory scan node memory, reg size 48,
[ 0.000000] OF: fdt: - 80000000 , 2c000000
[ 0.000000] OF: fdt: - ac200000 , 44800000
[ 0.000000] OF: fdt: - 100000000 , 380000000
[ 0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options ‘’)
[ 0.000000] bootconsole [tegra_comb_uart0] enabled
[ 0.000000] Found tegra_fbmem: [email protected]
cat /boot/extlinux/extlinux.conf
TIMEOUT 30
DEFAULT JetsonIO
MENU TITLE L4T boot options
LABEL primary
MENU LABEL primary kernel
LINUX /boot/arducam/Image
INITRD /boot/initrd
APPEND ${cbootargs} quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
LABEL JetsonIO
MENU LABEL Custom Header Config:
LINUX /boot/arducam/Image
FDT /boot/arducam/dts/tegra194-p3668-all-p3509-0000-user-custom.dtb
INITRD /boot/initrd
APPEND ${cbootargs} quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
-
Troubleshooting attempts you’ve made?
I tried to install the camera module to Jetson nano 4GB(Developer kit ver.). so, it worked successfully. -
What help do you need?
If you have some ideas to install the device to my NX correctly, please let me know.