How to install jetvariety cameras to kernel32.7.1 -XavierNX 16GB Product ver

  1. Where did you get the camera module(s)?
    Switch Science (a reseller in Japan)
  2. Model number of the product(s)?
    Jetvariety camera (B0264)
  3. What hardware/platform were you working on?
    Jetson XavierNX 16GB (Product version) on reComputer J202 carrier board
  4. Instructions you have followed. (link/manual/etc.)
    Quick start - Arducam Wiki
  5. 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
  6. 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 (buildbrain@mobile-u64-5403-d8000) (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: 00800000@a06b2000

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

  1. Troubleshooting attempts you’ve made?
    I tried to install the camera module to Jetson nano 4GB(Developer kit ver.). so, it worked successfully.

  2. What help do you need?
    If you have some ideas to install the device to my NX correctly, please let me know.

Hi,
Our camera driver is not compatible with the third-party carrier board.

Hi, Dion.
Thank you for your reply.
Please tell me which carrier boards are “official” and you can support them.